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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 dropdown trigger wrapper to make sure it looks click-able.
  41. */
  42. .gwEjuO {
  43. cursor: pointer;
  44. }
  45. /**
  46. * Override Atlaskit dropdown styling when in a modal because the dropdown
  47. * backgrounds clash with the modal backgrounds.
  48. */
  49. .gBLqhw[data-role=droplistContent] {
  50. border: 1px solid #455166;
  51. }
  52. }