framework/less/admin/DashboardPage.less

22 lines
318 B
Plaintext
Raw Normal View History

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