2018-06-22 22:12:23 +00:00
|
|
|
/**
|
|
|
|
* 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;
|
|
|
|
}
|
2018-08-28 00:56:17 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Welcome page tab color adjustments.
|
|
|
|
*/
|
|
|
|
.welcome {
|
|
|
|
/**
|
|
|
|
* The text color of the selected tab and hovered tabs.
|
|
|
|
*/
|
2018-09-05 21:46:28 +00:00
|
|
|
.bVobOt,
|
|
|
|
.bVobOt:hover,
|
|
|
|
.ebveIl:hover {
|
2018-08-28 00:56:17 +00:00
|
|
|
color: #172B4D;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The color of the inactive tab text.
|
|
|
|
*/
|
2018-09-05 21:46:28 +00:00
|
|
|
.ebveIl {
|
2018-08-28 00:56:17 +00:00
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The color of the underline of a selected tab.
|
|
|
|
*/
|
2018-09-05 21:46:28 +00:00
|
|
|
.kByArU {
|
2018-08-28 00:56:17 +00:00
|
|
|
background-color: #172B4D;
|
|
|
|
}
|
|
|
|
}
|
2018-09-05 21:04:11 +00:00
|
|
|
|
|
|
|
.modal-dialog-form {
|
|
|
|
/**
|
|
|
|
* Update the dropdown trigger wrapper to make sure it looks click-able.
|
|
|
|
*/
|
|
|
|
.gwEjuO {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Override Atlaskit dropdown styling when in a modal because the dropdown
|
|
|
|
* backgrounds clash with the modal backgrounds.
|
|
|
|
*/
|
|
|
|
.gBLqhw[data-role=droplistContent] {
|
|
|
|
border: 1px solid #455166;
|
|
|
|
}
|
2018-09-05 21:46:28 +00:00
|
|
|
}
|