mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 14:20:47 +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
35 lines
515 B
Plaintext
35 lines
515 B
Plaintext
.BasicsPage {
|
|
padding-bottom: 30px;
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.Form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.BasicsPage-welcomeBanner-input {
|
|
input {
|
|
margin-bottom: 1px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
font-weight: bold;
|
|
}
|
|
textarea {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|