Files
grafana/public/sass/components/_panel_dashlist.scss

26 lines
310 B
SCSS
Raw Normal View History

2016-04-11 16:21:25 -04:00
.dashlist-section-header {
margin-bottom: $spacer;
color: $text-color-weak;
}
.dashlist-section {
margin-bottom: $spacer;
padding-top: 3px;
2016-02-15 15:27:41 +01:00
}
.dashlist-link {
@include list-item();
2016-02-15 15:27:41 +01:00
.fa {
padding-top: 3px;
}
.dashlist-star {
float: right;
}
2016-02-15 15:27:41 +01:00
.fa-star {
color: $orange;
}
}