github.io/public/old/it1/css/form.css

29 lines
344 B
CSS
Raw Normal View History

2022-03-29 23:00:57 +00:00
.top {
margin-top: 9vh;
}
#status {
margin-top: 1vh;
}
#form > div > * {
margin-bottom: 1vh;
}
#form > div > label {
margin-bottom: 0.33vh;
}
.form-control {
background-color: #333;
border-color: #222;
color: lime;
}
.form-control:focus {
background-color: #555;
border-color: #333;
color: lime;
}