mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
71ccdc00e6
* AdminPage * More fixes * Settings Modal Drop * Translation and docblock * settingS * Convert Fieldset to JSX * info -> headerInfo, className * Overflow fixes * MailPage * Admin Less * Basics Page * Changes * Cleanup * Permission Page * Add padding
33 lines
374 B
Plaintext
33 lines
374 B
Plaintext
.MailPage {
|
|
padding-bottom: 30px;
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
button, .Alert {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.MailPage-MailSettings-input {
|
|
|
|
label {
|
|
display: block;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.Select {
|
|
display: block;
|
|
}
|
|
}
|