mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Changed "Advanced" to "Mail"
+ Added labels above inputs - Removed Placeholders
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.AdvancedPage {
|
||||
.MailPage {
|
||||
padding: 20px 0;
|
||||
|
||||
@media @desktop-up {
|
||||
@@ -19,10 +19,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.AdvancedPage-mailSettings-input {
|
||||
.MailPage-MailSettings-input {
|
||||
|
||||
label {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.FormControl {
|
||||
margin-bottom: 1px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
:last-child {
|
@@ -7,4 +7,4 @@
|
||||
@import "EditGroupModal.less";
|
||||
@import "ExtensionsPage.less";
|
||||
@import "AppearancePage.less";
|
||||
@import "AdvancedPage.less";
|
||||
@import "MailPage.less";
|
||||
|
Reference in New Issue
Block a user