forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
490 B
37 lines
490 B
.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;
|
|
}
|
|
|