1234
This commit is contained in:
parent
b155a33081
commit
c91cae925e
|
|
@ -53,6 +53,9 @@
|
|||
line-height: $h4-height;
|
||||
margin: 10px 0 0 0;
|
||||
display: block;
|
||||
height: 75px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
&__box {
|
||||
padding: 30px 0;
|
||||
|
|
|
|||
|
|
@ -214,6 +214,12 @@
|
|||
margin-bottom: 80px;
|
||||
color: $text-light-black;
|
||||
}
|
||||
.card {
|
||||
&__link {
|
||||
height: unset;
|
||||
text-overflow: unset;
|
||||
}
|
||||
}
|
||||
a.progressive {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -634,6 +634,9 @@ li {
|
|||
line-height: 25px;
|
||||
margin: 10px 0 0 0;
|
||||
display: block;
|
||||
height: 75px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.card__box {
|
||||
padding: 30px 0;
|
||||
|
|
@ -1398,6 +1401,10 @@ li {
|
|||
margin-bottom: 80px;
|
||||
color: #242424;
|
||||
}
|
||||
.main__sidebar .card__link {
|
||||
height: unset;
|
||||
text-overflow: unset;
|
||||
}
|
||||
.main__sidebar a.progressive {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue