mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
29 lines
387 B
SCSS
29 lines
387 B
SCSS
.dashlist-section-header {
|
|
margin-bottom: $spacer;
|
|
color: $text-color-weak;
|
|
}
|
|
|
|
.dashlist-section {
|
|
margin-bottom: $spacer;
|
|
}
|
|
|
|
.dashlist-link {
|
|
display: block;
|
|
margin: 5px;
|
|
padding: 7px;
|
|
background-color: $tight-form-bg;
|
|
.fa {
|
|
float: right;
|
|
padding-top: 3px;
|
|
}
|
|
.fa-star {
|
|
color: $orange;
|
|
}
|
|
|
|
&:hover {
|
|
background-color: $tight-form-func-bg;
|
|
}
|
|
}
|
|
|
|
|