framework/less/admin/DashboardPage.less

22 lines
318 B
Plaintext
Raw Normal View History

2015-07-29 19:28:22 +08:00
.DashboardPage {
2015-08-27 09:20:15 +08:00
background: @control-bg;
color: @control-color;
min-height: 100vh;
2015-08-27 09:29:50 +08:00
font-size: 14px;
2015-08-27 09:20:15 +08:00
line-height: 1.7;
2015-07-29 19:28:22 +08:00
@media @desktop-up {
.container {
max-width: 600px;
padding: 30px;
margin: 0;
}
}
2015-08-27 09:20:15 +08:00
h2 {
2015-08-27 09:29:50 +08:00
font-size: 26px;
2015-08-27 09:20:15 +08:00
font-weight: 300;
margin-top: 0;
}
2015-07-29 19:28:22 +08:00
}