Skip to content

Commit

Permalink
EWPP-1457: Hardcode styling of content item titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza committed Aug 25, 2021
1 parent 7af3379 commit 9a7a66e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sass/compositions/_content_item.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@use "sass:map";
@use '@ecl/theme-dev/theme';

.ecl-content-item-date,
.ecl-content-item {
&__meta {
Expand All @@ -9,3 +12,15 @@
}
}
}

.ecl-content-item__title {
a {
color: map.get(theme.$color, 'blue-100');
font-weight: map.get(theme.$font-weight, 'bold')!important;
font: map.get(theme.$font-prolonged, 'm');
}
}

.ecl-content-item__description {
color: map.get(theme.$color, 'grey-140')!important;
}

0 comments on commit 9a7a66e

Please sign in to comment.