_panel_dashlist.scss 490 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .dashlist-section-header {
  2. margin-bottom: $spacer;
  3. color: $text-color-weak;
  4. }
  5. .dashlist-section {
  6. margin-bottom: $spacer;
  7. padding-top: 3px;
  8. }
  9. .dashlist-link {
  10. @include list-item();
  11. display: flex;
  12. .fa {
  13. padding-top: 3px;
  14. }
  15. .fa-star {
  16. color: $orange;
  17. }
  18. }
  19. .dashlist-star {
  20. display: flex;
  21. align-items: center;
  22. color: $text-color-weak;
  23. }
  24. .dashlist-folder {
  25. color: $text-color-weak;
  26. font-size: $font-size-xs;
  27. }
  28. .dashlist-link-body {
  29. flex-grow: 1;
  30. }