16 lines
261 B
SCSS
16 lines
261 B
SCSS
[data-showmore-button] {
|
|
span {
|
|
&:last-child {
|
|
display: none;
|
|
}
|
|
|
|
._showmore-active & {
|
|
display: none;
|
|
|
|
&:last-child {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|