Skip to content

Commit

Permalink
fix icons in broadcast round selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 15, 2024
1 parent ce6b18a commit d63811b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ui/analyse/css/study/relay/_tour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@
font-size: 1rem;
margin-#{$end-direction}: 1ch;
}
.round-state {
@extend %flex-center-nowrap;
gap: 1ch;
&__label {
.round-state {
@extend %flex-center-nowrap;
gap: 1ch;
}
}
.ongoing::before {
color: $c-red;
Expand Down

0 comments on commit d63811b

Please sign in to comment.