Skip to content

Commit

Permalink
Update timer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Nov 22, 2023
1 parent 4eff573 commit 72e04b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ button {
border-radius: 0.25rem;
border: 1px solid #9ca3af;
color: #9ca3af;
font-size: 1rem;
font-weight: 700;
padding-left: 0.25rem;
min-height: 25px;
min-height: 30px;
}

.container button[data-start],
Expand All @@ -128,6 +129,7 @@ button {
border: none;
border-radius: 0.25rem;
transition: background-color 0.2s ease-in;
font-size: 1rem;
}

.container button[data-start] {
Expand Down Expand Up @@ -172,13 +174,14 @@ button {
}

.value {
font-size: 2em;
font-size: 2.5em;
font-weight: bold;
}

.label {
font-size: 1.2em;
font-size: 1em;
color: #9e9e9e;
text-transform: uppercase;
margin-top: 5px;
font-weight: 700;
}

0 comments on commit 72e04b6

Please sign in to comment.