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,29 @@
|
||||
.article__sharing {
|
||||
margin: map-get($spacers, 4) 0;
|
||||
}
|
||||
.article__section-navigator {
|
||||
padding-top: map-get($spacers, 3);
|
||||
margin: map-get($spacers, 4) 0 map-get($spacers, 3) 0;
|
||||
word-wrap: break-word;
|
||||
@include split-line(top, 4px);
|
||||
& > .previous, & > .next {
|
||||
width: 50%;
|
||||
& > span {
|
||||
font-weight: map-get($base, font-weight-bold);
|
||||
color: $text-color-l;
|
||||
}
|
||||
& > a {
|
||||
display: block;
|
||||
@include link-colors($text-color, $main-color-1);
|
||||
}
|
||||
}
|
||||
& > .previous {
|
||||
float: left;
|
||||
padding-right: map-get($spacers, 2);
|
||||
}
|
||||
& > .next {
|
||||
float: right;
|
||||
padding-left: map-get($spacers, 2);
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user