framework/less/lib/Form.less
Toby Zerner 1679f1e27b Implement edit user modal
EditUserHandler is a bit rough
2015-08-05 11:49:37 +09:30

32 lines
449 B
Plaintext
Executable File

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