grafana/public/sass/components/_panel_dashlist.scss
2020-08-27 09:49:07 +02:00

38 lines
490 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();
display: flex;
.fa {
padding-top: 3px;
}
.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;
}