mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 21:44:12 +08:00
40 lines
444 B
Plaintext
40 lines
444 B
Plaintext
.MailPage {
|
|
padding: 20px 0;
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
fieldset {
|
|
margin-bottom: 30px;
|
|
|
|
> ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.MailPage-MailSettings-input {
|
|
|
|
label {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.FormControl {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.Select {
|
|
display: block;
|
|
}
|
|
|
|
:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|