Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

_atlaskit_overrides.scss 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. }
  39. /**
  40. * Override @atlaskit/InlineDialog styling for the overflowmenu so it displays
  41. * with the correct height.
  42. */
  43. .toolbox-button-wth-dialog .eYJELv {
  44. max-height: initial;
  45. }