mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Input for mobile users done
This commit is contained in:
16
build/sass/_current-score.scss
Normal file
16
build/sass/_current-score.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.current-score {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row-reverse;
|
||||
|
||||
@include titleFont();
|
||||
|
||||
font-size: 18pt;
|
||||
|
||||
color: rgb(88, 255, 107);
|
||||
|
||||
.text {
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user