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