| 123456789101112131415161718192021222324252627282930 |
- /**
- * Move Atlaskit Flag up a little bit so it does not cover the toolbar with the
- * first notification.
- */
- .cxGWJB{
- bottom: calc(#{$newToolbarSizeWithPadding}) !important;
- }
- .gXSEsl:nth-child(n+2) {
- transform: translateX(0) translateY(100%) translateY(16px) !important;
- -ms-transform: translateX(0) translateY(100%) translateY(16px) !important;
- -webkit-transform: translateX(0) translateY(100%) translateY(16px) !important;
- }
-
- .modal-dialog-form {
- /**
- * Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks
- * click-able.
- */
- .cjJUnw {
- cursor: pointer;
- }
-
- /**
- * Override @atlaskit/dropdown-menu styling when in a modal because the
- * dropdown backgrounds clash with the modal backgrounds.
- */
- .cksvax[data-role=droplistContent] {
- border: 1px solid #455166;
- }
- }
|