2016-04-11 16:21:25 -04:00
|
|
|
.dashlist-section-header {
|
|
|
|
|
margin-bottom: $spacer;
|
|
|
|
|
color: $text-color-weak;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashlist-section {
|
|
|
|
|
margin-bottom: $spacer;
|
2018-02-06 13:01:23 +01:00
|
|
|
padding-top: 3px;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
|
2020-08-27 09:49:07 +02:00
|
|
|
.dashlist-link {
|
|
|
|
|
@include list-item();
|
|
|
|
|
display: flex;
|
2017-11-23 12:54:12 +01:00
|
|
|
|
2020-08-27 09:49:07 +02:00
|
|
|
.fa {
|
|
|
|
|
padding-top: 3px;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
2017-11-23 12:54:12 +01:00
|
|
|
|
2020-08-27 09:49:07 +02:00
|
|
|
.fa-star {
|
|
|
|
|
color: $orange;
|
2017-11-15 15:01:44 +01:00
|
|
|
}
|
2020-08-27 09:49:07 +02:00
|
|
|
}
|
2017-11-23 12:54:12 +01:00
|
|
|
|
2020-08-27 09:49:07 +02:00
|
|
|
.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;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|