Updated to new theme of TeXt

This commit is contained in:
2021-10-25 11:59:10 -04:00
parent 47c2c2e8a1
commit 296d628d8b
318 changed files with 21116 additions and 6966 deletions
+25
View File
@@ -0,0 +1,25 @@
.article__info {
font-size: map-get($base, font-size-sm);
color: $text-color-l;
.left-col {
float: left;
@include media-breakpoint-down(md) {
float: none;
}
}
.right-col {
float: right;
margin-left: map-get($button, padding-x-sm);
@include media-breakpoint-down(md) {
float: none;
}
& > li {
&:not(:last-child) {
@include split-line(right, default, $text-color-l);
padding-right: map-get($spacers, 2);
margin-right: map-get($spacers, 2);
line-height: map-get($base, line-height-xs);
}
}
}
}