mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user