mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
1679f1e27b
EditUserHandler is a bit rough
32 lines
449 B
Plaintext
Executable File
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;
|
|
}
|