Fix more and less description on collection page
This commit is contained in:
parent
d10d7f1f75
commit
0548e0f02f
|
@ -96,13 +96,20 @@
|
||||||
}
|
}
|
||||||
&.dotmore {
|
&.dotmore {
|
||||||
height: 65px;
|
height: 65px;
|
||||||
|
margin-bottom: 2rem;
|
||||||
.toggle {
|
.toggle {
|
||||||
color: #9d9fa0;
|
color: #9d9fa0;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
&.full-story {
|
&.full-story {
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
&:not(.ddd-truncated):not(.full-story) {
|
||||||
|
.toggle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue