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:
parent
b250075813
commit
bfe7d56845
10 changed files with 55 additions and 50 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue