chore: ttl + styles
This commit is contained in:
parent
7052ee581a
commit
c3cf28179a
6 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
@import url('./tab-buttons.css');
|
||||
@import url('./text-toggle.css');
|
||||
|
||||
button,
|
||||
.button {
|
||||
|
|
|
@ -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);
|
||||
}
|
|
@ -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);
|
Reference in a new issue