Add ov score
This commit is contained in:
parent
2be130aedc
commit
63896d10c8
7 changed files with 55 additions and 2 deletions
|
|
@ -200,6 +200,7 @@ textarea {
|
|||
}
|
||||
}
|
||||
|
||||
#ov-score,
|
||||
#score {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
@ -208,11 +209,13 @@ textarea {
|
|||
color: #b0b7bf;
|
||||
font-size: 32px;
|
||||
|
||||
#ov-score-found,
|
||||
#score-found {
|
||||
font-size: 60px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#ov-score-divider,
|
||||
#score-divider {
|
||||
font-size: 42px;
|
||||
align-self: flex-end;
|
||||
|
|
|
|||
Reference in a new issue