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.

_atlaskit_overrides.scss 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /**
  2. * Move Atlaskit Flag up a little bit so it does not cover the toolbar with the
  3. * first notification.
  4. */
  5. .cxGWJB{
  6. bottom: calc(#{$newToolbarSizeWithPadding}) !important;
  7. }
  8. .gXSEsl:nth-child(n+2) {
  9. transform: translateX(0) translateY(100%) translateY(16px) !important;
  10. -ms-transform: translateX(0) translateY(100%) translateY(16px) !important;
  11. -webkit-transform: translateX(0) translateY(100%) translateY(16px) !important;
  12. }
  13. /**
  14. * Welcome page tab color adjustments.
  15. */
  16. .welcome {
  17. /**
  18. * The text color of the selected tab and hovered tabs.
  19. */
  20. .bVobOt,
  21. .bVobOt:hover,
  22. .ebveIl:hover {
  23. color: #172B4D;
  24. }
  25. /**
  26. * The color of the inactive tab text.
  27. */
  28. .ebveIl {
  29. color: #FFFFFF;
  30. }
  31. /**
  32. * The color of the underline of a selected tab.
  33. */
  34. .kByArU {
  35. background-color: #172B4D;
  36. }
  37. }
  38. .modal-dialog-form {
  39. /**
  40. * Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks
  41. * click-able.
  42. */
  43. .cjJUnw {
  44. cursor: pointer;
  45. }
  46. /**
  47. * Override @atlaskit/dropdown-menu styling when in a modal because the
  48. * dropdown backgrounds clash with the modal backgrounds.
  49. */
  50. .cksvax[data-role=droplistContent] {
  51. border: 1px solid #455166;
  52. }
  53. }