Fix some issues

This commit is contained in:
schmelczerandras 2020-11-03 23:40:14 +01:00
parent c0a588fb73
commit 1ce961d6c2
27 changed files with 432 additions and 200 deletions

View file

@ -180,6 +180,8 @@ body {
}
.other-player-arrow {
transition: transform 150ms;
@include square($large-icon);
@media (max-width: $breakpoint) {
@include square($small-icon);
@ -191,6 +193,7 @@ body {
&.decla {
background-color: $bright-decla;
}
&.red {
background-color: $bright-red;
}