mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
28 lines
390 B
Plaintext
Executable File
28 lines
390 B
Plaintext
Executable File
.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;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.Form-group label {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
color: @text-color;
|
|
display: block;
|
|
}
|