Updated trend item styles

This commit is contained in:
mgabdev 2020-01-14 18:12:55 -05:00
parent b34b9d5446
commit 6581ac5af9
1 changed files with 9 additions and 2 deletions

View File

@ -4625,14 +4625,20 @@ noscript {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
span {
text-decoration: none;
}
strong { strong {
font-weight: 500; color: $primary-text-color;
font-weight: 600;
text-decoration: none;
} }
a { a {
color: $darker-text-color; color: $darker-text-color;
text-decoration: none; text-decoration: none;
font-size: 14px; font-size: 16px;
font-weight: 500; font-weight: 500;
display: block; display: block;
overflow: hidden; overflow: hidden;
@ -5198,6 +5204,7 @@ noscript {
white-space: nowrap; white-space: nowrap;
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
height: 32px;
} }
&__type-filters-tabs { &__type-filters-tabs {