You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
396 B

  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. .ui.right .head.menu {
  19. margin-top: -5px;
  20. .item.active {
  21. color: #d9453d;
  22. }
  23. }
  24. }
  25. }