1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Merge branch 'pr/933'

Closes #258.
This commit is contained in:
Franz Liedke
2016-05-13 00:25:27 +09:00
6 changed files with 330 additions and 4 deletions

View File

@@ -0,0 +1,35 @@
.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;
}
:last-child {
margin-bottom: 0;
}
}

View File

@@ -7,3 +7,4 @@
@import "EditGroupModal.less";
@import "ExtensionsPage.less";
@import "AppearancePage.less";
@import "MailPage.less";