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