mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:50:36 +08:00
22 lines
318 B
Plaintext
22 lines
318 B
Plaintext
.DashboardPage {
|
|
background: @control-bg;
|
|
color: @control-color;
|
|
min-height: 100vh;
|
|
font-size: 14px;
|
|
line-height: 1.7;
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
padding: 30px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
h2 {
|
|
font-size: 26px;
|
|
font-weight: 300;
|
|
margin-top: 0;
|
|
}
|
|
}
|