Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

_atlaskit_overrides.scss 446B

123456789101112
  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. }