File tree Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ if (
154154 margin-top: 0 !important;
155155 }
156156
157- :global(.pagination-links) {
158- margin-top: 3rem !important;
159- }
160-
161157 .feedback-prompt {
162158 h2 {
163159 color: var(--sl-color-white);
Original file line number Diff line number Diff line change 1+ .pagination-links {
2+ display : flex !important ;
3+ justify-content : space-between;
4+ margin-top : 3rem ;
5+
6+ & > a {
7+ flex-basis : unset;
8+ flex-grow : unset;
9+ width : fit-content;
10+
11+ padding : unset;
12+ border : unset;
13+ box-shadow : unset;
14+
15+ & [rel = "prev" ] {
16+ text-align : right;
17+ }
18+
19+ & [rel = "next" ] {
20+ text-align : left;
21+ }
22+
23+ & > span {
24+ font-size : 0.75rem ;
25+
26+ .link-title {
27+ font-size : 1rem ;
28+ }
29+ }
30+
31+ & > svg {
32+ align-self : self-end;
33+ color : theme ("colors.cl1.brand.orange" );
34+ }
35+ }
36+ }
You can’t perform that action at this time.
0 commit comments