mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
26 lines
310 B
SCSS
26 lines
310 B
SCSS
.dashlist-section-header {
|
|
margin-bottom: $spacer;
|
|
color: $text-color-weak;
|
|
}
|
|
|
|
.dashlist-section {
|
|
margin-bottom: $spacer;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.dashlist-link {
|
|
@include list-item();
|
|
|
|
.fa {
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.dashlist-star {
|
|
float: right;
|
|
}
|
|
|
|
.fa-star {
|
|
color: $orange;
|
|
}
|
|
}
|