mirror of
https://github.com/flarum/framework.git
synced 2025-06-01 13:03:16 +08:00
31
less/admin/AdvancedPage.less
Normal file
31
less/admin/AdvancedPage.less
Normal file
@ -0,0 +1,31 @@
|
||||
.AdvancedPage {
|
||||
padding: 20px 0;
|
||||
|
||||
@media @desktop-up {
|
||||
.container {
|
||||
max-width: 600px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin-bottom: 30px;
|
||||
|
||||
> ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.AdvancedPage-mailSettings-input {
|
||||
|
||||
.FormControl {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
@ -7,3 +7,4 @@
|
||||
@import "EditGroupModal.less";
|
||||
@import "ExtensionsPage.less";
|
||||
@import "AppearancePage.less";
|
||||
@import "AdvancedPage.less";
|
||||
|
Reference in New Issue
Block a user