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.
|
|
|
|
*/
|
|
|
|
li.bcVmZW,
|
|
|
|
li.bcVmZW:hover,
|
|
|
|
li.kheoEp:hover {
|
|
|
|
color: #172B4D;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The color of the inactive tab text.
|
|
|
|
*/
|
|
|
|
li.kheoEp {
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The color of the underline of a selected tab.
|
|
|
|
*/
|
|
|
|
li>span.kByArU {
|
|
|
|
background-color: #172B4D;
|
|
|
|
}
|
|
|
|
}
|