chore: css cleanup

This commit is contained in:
Cory Dransfeldt 2024-07-01 13:25:45 -07:00
parent 2aa3af7c93
commit e30582d502
No known key found for this signature in database
13 changed files with 108 additions and 114 deletions

View file

@ -7,19 +7,19 @@
& p:first-of-type {
margin-top: 0;
}
&::after {
position: absolute;
z-index: 1;
content: '';
top: 0;
left: 0;
box-shadow: inset 0 -120px 50px -60px var(--background-color);
width: 100%;
height: 100%;
}
}
[data-toggle-content].text-toggle-hidden::after {
position: absolute;
z-index: 1;
content: '';
top: 0;
left: 0;
box-shadow: inset 0 -120px 50px -60px var(--background-color);
width: 100%;
height: 100%;
}
[data-toggle-button] {
margin-bottom: var(--sizing-base) !important;
button[data-toggle-button] {
margin-bottom: var(--sizing-base);
}