1
0
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:
Toby Zerner
2015-08-27 10:50:15 +09:30
parent 54ec8364d5
commit 430a8cd575
4 changed files with 19 additions and 5 deletions

View File

@@ -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;
}
}