mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
19 lines
254 B
SCSS
19 lines
254 B
SCSS
|
|
.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;
|
|
}
|
|
}
|