Fix some issues
This commit is contained in:
parent
c0a588fb73
commit
1ce961d6c2
27 changed files with 432 additions and 200 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue