mirror of
https://github.com/flarum/core.git
synced 2025-07-25 02:31:17 +02:00
Polish admin dashboard
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
.DashboardPage {
|
||||
background: @control-bg;
|
||||
color: @control-color;
|
||||
min-height: 100vh;
|
||||
font-size: 16px;
|
||||
line-height: 1.7;
|
||||
|
||||
@media @desktop-up {
|
||||
.container {
|
||||
max-width: 600px;
|
||||
@@ -6,4 +12,10 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user