better label style

This commit is contained in:
Ted Unangst 2019-10-08 15:34:16 -04:00
parent 19feb050e9
commit 74d41cb62e
1 changed files with 5 additions and 7 deletions

View File

@ -100,7 +100,7 @@ main {
margin-bottom: 1em;
}
label {
font-size: 1.0em;
font-size: 0.8em;
}
label.button, button, select {
font-size: 16px;
@ -109,6 +109,10 @@ label.button, button, select {
background: $bg-page;
border: 1px solid $fg;
padding: 0.5em;
white-space: nowrap;
}
.buttonarray {
line-height: 2.5em;
}
button a {
text-decoration: none;
@ -131,12 +135,6 @@ input[type="checkbox"] {
position: fixed;
top: -9999px;
}
.buttonarray {
line-height: 2.5em;
}
label.button {
white-space: nowrap;
}
input[type="checkbox"] + span:after {
content: "no";
}