|
|
|
@ -1,6 +1,15 @@
|
|
|
|
|
.btn, .form-control, .navbar { border-radius: 0; }
|
|
|
|
|
.container { font-size: 18px; }
|
|
|
|
|
body, small, p, div { font-family: "Roboto", sans-serif; }
|
|
|
|
|
.btn, .form-control, .navbar {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-bottom: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body, small, p, div {
|
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-row {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
@ -11,6 +20,10 @@ body, small, p, div { font-family: "Roboto", sans-serif; }
|
|
|
|
|
|
|
|
|
|
.help-text {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #888;
|
|
|
|
|
font-size: 85%;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-field {
|
|
|
|
@ -38,11 +51,4 @@ body, small, p, div { font-family: "Roboto", sans-serif; }
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.help-text {
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #888;
|
|
|
|
|
font-size: 85%;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|