1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

Polish admin dashboard

This commit is contained in:
Toby Zerner
2015-08-27 10:50:15 +09:30
parent 559110a83f
commit b0db7bf751
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;
}
}