|
|
@ -3224,13 +3224,16 @@ a.status-card.compact:hover {
|
|
|
|
.column-header__wrapper {
|
|
|
|
.column-header__wrapper {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
&.active {
|
|
|
|
|
|
|
|
box-shadow: 0 1px 0 rgba($highlight-text-color, 0.3);
|
|
|
|
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
&::before {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 35px;
|
|
|
|
bottom: -13px;
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
@ -3241,6 +3244,11 @@ a.status-card.compact:hover {
|
|
|
|
background: radial-gradient(ellipse, rgba($ui-highlight-color, 0.23) 0%, rgba($ui-highlight-color, 0) 60%);
|
|
|
|
background: radial-gradient(ellipse, rgba($ui-highlight-color, 0.23) 0%, rgba($ui-highlight-color, 0) 60%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.announcements {
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.column-header {
|
|
|
|
.column-header {
|
|
|
@ -3273,8 +3281,6 @@ a.status-card.compact:hover {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
&.active {
|
|
|
|
box-shadow: 0 1px 0 rgba($highlight-text-color, 0.3);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.column-header__icon {
|
|
|
|
.column-header__icon {
|
|
|
|
color: $highlight-text-color;
|
|
|
|
color: $highlight-text-color;
|
|
|
|
text-shadow: 0 0 10px rgba($highlight-text-color, 0.4);
|
|
|
|
text-shadow: 0 0 10px rgba($highlight-text-color, 0.4);
|
|
|
@ -3330,6 +3336,8 @@ a.status-card.compact:hover {
|
|
|
|
color: $darker-text-color;
|
|
|
|
color: $darker-text-color;
|
|
|
|
transition: max-height 150ms ease-in-out, opacity 300ms linear;
|
|
|
|
transition: max-height 150ms ease-in-out, opacity 300ms linear;
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
|
|
&.collapsed {
|
|
|
|
&.collapsed {
|
|
|
|
max-height: 0;
|
|
|
|
max-height: 0;
|
|
|
@ -6632,7 +6640,6 @@ noscript {
|
|
|
|
|
|
|
|
|
|
|
|
.announcements {
|
|
|
|
.announcements {
|
|
|
|
background: lighten($ui-base-color, 8%);
|
|
|
|
background: lighten($ui-base-color, 8%);
|
|
|
|
border-top: 1px solid $ui-base-color;
|
|
|
|
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 13px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-end;
|
|
|
|
align-items: flex-end;
|
|
|
|