template/slt/css/components/_article.scss

29 lines
486 B
SCSS

@use "../abstract" as abstract;
.article-info {
font-size: smaller;
clear: both;
}
@include abstract.for-desktop {
.btn {
border-radius: 0;
}
p.readmore {
text-align: right;
font-size: smaller;
> .btn {
font-size: inherit;
background-image: none;
border: none;
text-shadow: unset;
> span[class^="icon-"] {
display: none;
}
}
}
}