_dashboard.less 548 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .dashboard {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. &.issues {
  5. .context.user.menu {
  6. z-index: 101;
  7. min-width: 200px;
  8. .ui.header {
  9. font-size: 1rem;
  10. text-transform: none;
  11. }
  12. }
  13. .filter.menu {
  14. .item {
  15. text-align: left;
  16. .floating.label {
  17. top: 7px;
  18. left: 95%;
  19. }
  20. }
  21. .item.active {
  22. background-color: #4183c4;
  23. color: #FFF;
  24. }
  25. .item .text {
  26. width: 90%;
  27. }
  28. }
  29. .ui.right .head.menu {
  30. margin-top: -5px;
  31. .item.active {
  32. color: #d9453d;
  33. }
  34. }
  35. }
  36. }