.stalled.icon is rendered outside .footer

This commit is contained in:
0x1eef 2023-10-23 13:42:59 -03:00
parent 16352bd37c
commit d7cf081028
2 changed files with 7 additions and 7 deletions

View file

@ -22,10 +22,6 @@
fill: $blue1; fill: $blue1;
} }
.stalled.icon {
div { background: $gold2; }
}
.sound-on.icon, .sound-off.icon { .sound-on.icon, .sound-off.icon {
polygon { polygon {
fill: $blue1; fill: $blue1;
@ -33,4 +29,8 @@
} }
} }
} }
.stalled.icon {
div { background: $gold2; }
}
} }

View file

@ -24,9 +24,9 @@
background: unset; background: unset;
fill: $green1; fill: $green1;
} }
}
.stalled.icon { .stalled.icon {
div { background: $green1; } div { background: $green1; }
} }
}
} }