framework/less/lib/Form.less

38 lines
561 B
Plaintext
Executable File

.Form-group {
margin-bottom: 24px;
&:last-child {
margin-bottom: 0 !important;
}
}
.Form--centered {
text-align: center;
.FormControl[type=text],
.FormControl[type=email],
.FormControl[type=password],
.Button {
margin: 0 auto;
text-align: center;
height: 50px;
padding: 15px 20px;
font-size: 15px;
}
.Form-group {
margin-bottom: 12px;
}
.checkbox {
text-align: left;
}
}
.Form-group > label {
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;
color: @text-color;
display: block;
}