mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
38 lines
490 B
SCSS
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;
|
|
}
|