_panel_dashlist.scss 310 B

12345678910111213141516171819202122232425
  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. .fa {
  12. padding-top: 3px;
  13. }
  14. .dashlist-star {
  15. float: right;
  16. }
  17. .fa-star {
  18. color: $orange;
  19. }
  20. }