26 lines
365 B
Plaintext
26 lines
365 B
Plaintext
.dashboardMain {
|
|
.title {
|
|
margin-top: 0;
|
|
margin-bottom: 24px;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.panel {
|
|
margin-top: 16px;
|
|
|
|
ul {
|
|
margin: 12px 0 0;
|
|
padding-left: 20px;
|
|
line-height: 2;
|
|
}
|
|
|
|
code {
|
|
padding: 2px 8px;
|
|
background: #f5f5f5;
|
|
border-radius: 4px;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
}
|