_panel_dashlist.scss 290 B

123456789101112131415161718192021222324
  1. .dashlist-section-header {
  2. margin-bottom: $spacer;
  3. color: $text-color-weak;
  4. }
  5. .dashlist-section {
  6. margin-bottom: $spacer;
  7. }
  8. .dashlist-link {
  9. @include list-item();
  10. .fa {
  11. padding-top: 3px;
  12. }
  13. .dashlist-star {
  14. float: right;
  15. }
  16. .fa-star {
  17. color: $orange;
  18. }
  19. }