mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
33 lines
382 B
Plaintext
33 lines
382 B
Plaintext
.MailPage {
|
|
padding: 20px 0;
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
fieldset, .Alert {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
fieldset > ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.MailPage-MailSettings-input {
|
|
|
|
label {
|
|
display: block;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.Select {
|
|
display: block;
|
|
}
|
|
}
|