You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
678 B
Plaintext
54 lines
678 B
Plaintext
.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;
|
|
|
|
.form-control {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.help-text {
|
|
pointer-events: none;
|
|
line-height: 20px;
|
|
color: #888;
|
|
font-size: 85%;
|
|
display: none;
|
|
}
|
|
|
|
.input-field {
|
|
border-right: 5px solid #FFF;
|
|
}
|
|
|
|
&.active {
|
|
.input-field {
|
|
border-right-color: #38B44A;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.help-text {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
&.error {
|
|
.input-field {
|
|
border-right-color: #BF3E11;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.help-text {
|
|
display: block;
|
|
}
|
|
}
|
|
} |