_dashboard.less 694 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. .text {
  17. height: 16px;
  18. vertical-align: middle;
  19. }
  20. .floating.label {
  21. top: 7px;
  22. left: 90%;
  23. width: 15%;
  24. }
  25. }
  26. .item.active {
  27. background-color: #4183c4;
  28. color: #FFF;
  29. }
  30. .item .text {
  31. width: 85%;
  32. }
  33. }
  34. .ui.right .head.menu {
  35. margin-top: -5px;
  36. .item.active {
  37. color: #d9453d;
  38. }
  39. }
  40. .head.menu {
  41. .octicon {
  42. margin-right: 5px;
  43. }
  44. }
  45. }
  46. }