Skip to content

Commit

Permalink
Fix opinion SpecialReportAlt card outside of palette
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannakok committed Mar 23, 2023
1 parent 512646e commit b47b675
Showing 1 changed file with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,33 @@
@include colours(map-get($pillars, opinion));

&.fc-item--pillar-special-report-alt {
@include colours(map-get($pillars, special-report-alt));
background-color: $special-report-alt-faded;

.fc-item__timestamp,
.fc-trail__count--commentcount {
background-color: $special-report-alt-faded;
}

.fc-item__meta {
color: $special-report-alt-dark;
}

.fc-item__container.u-faux-block-link--hover {
background-color: darken($special-report-alt-pastel, 5%);

.fc-item__timestamp,
.fc-trail__count--commentcount {
background-color: darken($special-report-alt-pastel, 5%);

}
}
}
}
}

.fc-item--pillar-special-report-alt {
.fc-item__container > .fc-item__meta {
@include multiline(3, rgba(60, 60, 60, .3));
@include multiline(3, rgba(112, 112, 112, .3));

display: flex;
position: absolute;
Expand Down

0 comments on commit b47b675

Please sign in to comment.