DRAFT | new theme - minimage
This commit is contained in:
parent
5116fe4640
commit
ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions
33
themes/minimage/source/sass/object/component/_related.scss
Normal file
33
themes/minimage/source/sass/object/component/_related.scss
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
.related-articles {
|
||||
margin-top: 40px;
|
||||
|
||||
&__links {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
|
||||
&__item {
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.related-article {
|
||||
&__link {
|
||||
text-decoration: none;
|
||||
font-size: $font-base-size * 1.3;
|
||||
color: $color-font-base;
|
||||
}
|
||||
|
||||
&__tags {
|
||||
|
||||
&__item {
|
||||
font-size: $font-base-size * 0.8;
|
||||
|
||||
& + &::before {
|
||||
content: ',';
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue