2018-06-22 22:12:23 +00:00
|
|
|
/**
|
2019-01-02 17:41:47 +00:00
|
|
|
* Move the @atlaskit/flag container up a little bit so it does not cover the
|
|
|
|
* toolbar with the first notification.
|
2018-06-22 22:12:23 +00:00
|
|
|
*/
|
2020-07-21 19:35:17 +00:00
|
|
|
.jIMojv{
|
2018-06-22 22:12:23 +00:00
|
|
|
bottom: calc(#{$newToolbarSizeWithPadding}) !important;
|
|
|
|
}
|
2019-01-02 17:41:47 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Disable the slide-in animation for @atlaskit/flag due to the animation
|
|
|
|
* repeating for each queued flag once it becomes the top flag.
|
|
|
|
*/
|
|
|
|
.mIBKA:first-child {
|
|
|
|
animation: cbfRuT 0s !important;
|
|
|
|
-webkit-animation: cbfRuT 0s !important;
|
2018-06-22 22:12:23 +00:00
|
|
|
}
|
2018-08-28 00:56:17 +00:00
|
|
|
|
2018-09-05 21:04:11 +00:00
|
|
|
.modal-dialog-form {
|
|
|
|
/**
|
2018-12-20 04:41:25 +00:00
|
|
|
* Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks
|
|
|
|
* click-able.
|
2018-09-05 21:04:11 +00:00
|
|
|
*/
|
2018-12-20 04:41:25 +00:00
|
|
|
.cjJUnw {
|
2018-09-05 21:04:11 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2018-12-20 04:41:25 +00:00
|
|
|
* Override @atlaskit/dropdown-menu styling when in a modal because the
|
|
|
|
* dropdown backgrounds clash with the modal backgrounds.
|
2018-09-05 21:04:11 +00:00
|
|
|
*/
|
2018-12-20 04:41:25 +00:00
|
|
|
.cksvax[data-role=droplistContent] {
|
2018-09-05 21:04:11 +00:00
|
|
|
border: 1px solid #455166;
|
|
|
|
}
|
2018-09-05 21:46:28 +00:00
|
|
|
}
|
2019-01-02 17:22:47 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Override @atlaskit/theme styling for the top toolbar so it displays over
|
|
|
|
* the video thumbnail while obscuring as little as possible.
|
|
|
|
*/
|
|
|
|
.videocontainer .tOoji {
|
|
|
|
background: none;
|
|
|
|
}
|
2019-03-05 14:26:45 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Override @atlaskit/InlineDialog styling for the overflowmenu so it displays
|
|
|
|
* with the correct height.
|
|
|
|
*/
|
|
|
|
.toolbox-button-wth-dialog .eYJELv {
|
|
|
|
max-height: initial;
|
|
|
|
}
|