grafana/public/sass/components/_panel_dashlist.scss

38 lines
490 B
SCSS
Raw Normal View History

2016-04-11 15:21:25 -05:00
.dashlist-section-header {
margin-bottom: $spacer;
color: $text-color-weak;
}
.dashlist-section {
margin-bottom: $spacer;
padding-top: 3px;
2016-02-15 08:27:41 -06:00
}
.dashlist-link {
@include list-item();
display: flex;
.fa {
padding-top: 3px;
2016-02-15 08:27:41 -06:00
}
.fa-star {
color: $orange;
}
}
.dashlist-star {
display: flex;
align-items: center;
color: $text-color-weak;
}
.dashlist-folder {
color: $text-color-weak;
font-size: $font-size-xs;
}
.dashlist-link-body {
flex-grow: 1;
2016-02-15 08:27:41 -06:00
}