1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/css/_game_list.scss

12 lines
167 B
SCSS

.player-indicator {
img {
height: 1.5em;
vertical-align: middle;
}
}
.your-turn {
background-color: $your-turn-background-color;
font-weight: bold;
}