mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
16 lines
202 B
SCSS
16 lines
202 B
SCSS
.current-score {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
@include titleFont();
|
|
|
|
font-size: 18pt;
|
|
|
|
color: rgb(88, 255, 107);
|
|
|
|
.text {
|
|
user-select: none;
|
|
}
|
|
} |