1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-31 18:31:06 +00:00

fix scss import deprecation warnings

This commit is contained in:
lemonslut 2025-06-07 00:44:29 -06:00
parent b250075813
commit bfe7d56845
No known key found for this signature in database
10 changed files with 55 additions and 50 deletions

View file

@ -1,3 +1,5 @@
@use "container";
.ffz--menu-container {
@extend .ffz--outer-container;
@extend .ffz--inner-container;
@ -5,7 +7,7 @@
position: relative;
&:not(.border):not(.border-b) {
margin-bottom: $spacing;
margin-bottom: container.$spacing;
}
& > div {
@ -19,7 +21,7 @@
& > header {
position: absolute;
top: 0; left: $spacing - 0.5rem;
top: 0; left: container.$spacing - 0.5rem;
transform: translateY(-50%);
padding: 0 0.5rem;