Skip to content

Commit

Permalink
.stalled.icon is rendered outside .footer
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Oct 23, 2023
1 parent 942b7f4 commit ccaf16c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/css/themes/blue/components/_Icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
fill: $blue1;
}

.stalled.icon {
div { background: $gold2; }
}

.sound-on.icon, .sound-off.icon {
polygon {
fill: $blue1;
stroke-width: 2;
}
}
}

.stalled.icon {
div { background: $gold2; }
}
}
6 changes: 3 additions & 3 deletions src/css/themes/green/components/_Icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
background: unset;
fill: $green1;
}
}

.stalled.icon {
div { background: $green1; }
}
.stalled.icon {
div { background: $green1; }
}
}

0 comments on commit ccaf16c

Please sign in to comment.