github.io/it1/css/form.css

35 lines
424 B
CSS
Raw Normal View History

#content {
margin: 2vh;
2020-03-27 21:24:01 +00:00
margin-left: 13vw;
margin-right: 42.0vw;
}
2020-03-27 14:48:13 +00:00
.top {
margin-top: 9vh;
2020-03-27 14:48:13 +00:00
}
#status {
margin-top: 1vh;
}
#form > div > * {
margin-bottom: 1vh;
}
#form > div > label {
margin-bottom: 0.33vh;
}
2020-03-27 21:24:01 +00:00
.form-control {
background-color: #333;
border-color: #222;
color: lime;
}
.form-control:focus {
background-color: #555;
border-color: #333;
color: lime;
}