chore: ttl + styles

This commit is contained in:
Cory Dransfeldt 2024-08-12 18:35:06 -07:00
parent 7052ee581a
commit c3cf28179a
No known key found for this signature in database
6 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,5 @@
@import url('./tab-buttons.css');
@import url('./text-toggle.css');
button,
.button {

View file

@ -20,6 +20,6 @@
}
}
button[data-toggle-button] {
margin-bottom: var(--sizing-base);
[data-toggle-content]+button[data-toggle-button]:has(+ table) {
margin: 0 0 var(--sizing-base);
}

View file

@ -35,5 +35,4 @@
@import url('./components/music-chart.css') layer(components);
@import url('./components/paginator.css') layer(components);
@import url('./components/progress-bar.css') layer(components);
@import url('./components/text-toggle.css') layer(components);
@import url('./components/theme-toggle.css') layer(components);