Files
Hangman-game-with-React/build/sass/_current-score.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;
}
}