|
|
|
|
@ -6362,6 +6362,11 @@ a.status-card {
|
|
|
|
|
width: 480px;
|
|
|
|
|
position: relative;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $no-columns-breakpoint) {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.boost-modal__container {
|
|
|
|
|
@ -6759,7 +6764,7 @@ a.status-card {
|
|
|
|
|
|
|
|
|
|
li:not(:empty) {
|
|
|
|
|
a {
|
|
|
|
|
color: $inverted-text-color;
|
|
|
|
|
color: $primary-text-color;
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
@ -6839,7 +6844,7 @@ a.status-card {
|
|
|
|
|
|
|
|
|
|
.compare-history-modal {
|
|
|
|
|
.report-modal__target {
|
|
|
|
|
border-bottom: 1px solid $ui-secondary-color;
|
|
|
|
|
border-bottom: 1px solid var(--background-border-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__container {
|
|
|
|
|
@ -6849,7 +6854,7 @@ a.status-card {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status__content {
|
|
|
|
|
color: $inverted-text-color;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
|
|
|
|
|
|