_dashboard.less 531 B

123456789101112131415161718192021222324252627282930313233343536
  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 {
  14. text-align: left;
  15. .floating.label {
  16. top: 7px;
  17. left: 95%;
  18. }
  19. }
  20. .item.active {
  21. background-color: #4183c4;
  22. color: #FFF;
  23. }
  24. .item .text {
  25. width: 90%;
  26. }
  27. }
  28. .ui.right .head.menu {
  29. margin-top: -5px;
  30. .item.active {
  31. color: #d9453d;
  32. }
  33. }
  34. }
  35. }