_sass/_paginator.scss in askclass-course-theme-0.7.1 vs _sass/_paginator.scss in askclass-course-theme-0.7.2
- old
+ new
@@ -8,23 +8,25 @@
}
.paginator {
width: $size-width;
a {
- text-align: center;
display: block;
font-size: 14px;
line-height: 1.3;
}
img {
object-fit: cover;
width: 100%;
height: 100px;
}
+ &.next a {
+ text-align: right;
+ }
}
.pull-left, .pull-right {
- color: var(--darkColor);
+ color: var(--color-dark);
display: flex;
align-items: center;
justify-content: flex-end;
}