Implement score
This commit is contained in:
parent
dadcdc92ef
commit
0c542da265
7 changed files with 85 additions and 5 deletions
20
styles.scss
20
styles.scss
|
|
@ -86,6 +86,7 @@ textarea {
|
|||
right: 40px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
#companion {
|
||||
position: relative;
|
||||
|
|
@ -197,6 +198,25 @@ textarea {
|
|||
}
|
||||
}
|
||||
|
||||
#score {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
align-items: flex-end;
|
||||
color: #b0b7bf;
|
||||
font-size: 32px;
|
||||
|
||||
#score-found {
|
||||
font-size: 60px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#score-divider {
|
||||
font-size: 42px;
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
#info-message {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
|
|
|||
Reference in a new issue