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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /**
  2. * Move the @atlaskit/flag container up a little bit so it does not cover the
  3. * toolbar with the first notification.
  4. */
  5. .cjMOOK{
  6. bottom: calc(#{$newToolbarSizeWithPadding}) !important;
  7. }
  8. /**
  9. * Disable the slide-in animation for @atlaskit/flag due to the animation
  10. * repeating for each queued flag once it becomes the top flag.
  11. */
  12. .mIBKA:first-child {
  13. animation: cbfRuT 0s !important;
  14. -webkit-animation: cbfRuT 0s !important;
  15. }
  16. .modal-dialog-form {
  17. /**
  18. * Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks
  19. * click-able.
  20. */
  21. .cjJUnw {
  22. cursor: pointer;
  23. }
  24. /**
  25. * Override @atlaskit/dropdown-menu styling when in a modal because the
  26. * dropdown backgrounds clash with the modal backgrounds.
  27. */
  28. .cksvax[data-role=droplistContent] {
  29. border: 1px solid #455166;
  30. }
  31. }
  32. /**
  33. * Override @atlaskit/theme styling for the top toolbar so it displays over
  34. * the video thumbnail while obscuring as little as possible.
  35. */
  36. .videocontainer .tOoji {
  37. background: none;
  38. }