Style improvements
This commit is contained in:
parent
e672ffe153
commit
184da4a392
|
@ -70,6 +70,9 @@
|
|||
padding: .5em;
|
||||
}
|
||||
input, .stat-value {
|
||||
padding: .5em;
|
||||
color: var(--text-color);
|
||||
background-color: var(--input-background);
|
||||
text-align: center;
|
||||
font-size: 3em;
|
||||
width: 2.5em;
|
||||
|
|
|
@ -3,7 +3,7 @@ form, fieldset {
|
|||
gap: 1rem;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
|
||||
input, label, .stat-value {
|
||||
input, label {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
|
@ -44,9 +44,4 @@ form, fieldset {
|
|||
form.stat-form, form.counter-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.stat-value {
|
||||
color: var(--text-color);
|
||||
background-color: var(--input-background);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue