Updated trend item styles
This commit is contained in:
parent
b34b9d5446
commit
6581ac5af9
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user