_dashboard.less 303 B

1234567891011121314151617181920
  1. .dashboard {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. &.issues {
  5. .context.user.menu {
  6. min-width: 200px;
  7. .ui.header {
  8. font-size: 1rem;
  9. text-transform: none;
  10. }
  11. }
  12. .filter.menu {
  13. .item.active {
  14. background-color: #4183c4;
  15. color: #FFF;
  16. }
  17. }
  18. }
  19. }