File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
justify-content : space-between;
4
4
margin-top : 4em ;
5
+ gap : 12px ;
6
+ }
7
+
8
+ .bottom-actions-item {
9
+ flex : 1 1 0% ;
5
10
}
6
11
7
12
.content-inner .bottom-actions .bottom-actions-button {
10
15
flex-direction : column;
11
16
border-radius : var (--borderRadius );
12
17
border : 1px solid var (--bottomActionsBtnBorder );
13
- padding : 8 px 16px ;
18
+ padding : 12 px 16px ;
14
19
min-width : 150px ;
15
20
}
16
21
22
+ .content-inner .bottom-actions .bottom-actions-button : hover {
23
+ border-color : var (--mainLight );
24
+ }
17
25
.content-inner .bottom-actions .bottom-actions-button .subheader {
18
26
font-size : .8em ;
19
27
color : var (--bottomActionsBtnSubheader );
20
28
white-space : nowrap;
21
29
}
22
30
23
- .content-inner .bottom-actions .bottom-actions-button [rel = "prev" ] .subheader {
24
- text-align : right;
31
+ .content-inner .bottom-actions .bottom-actions-button [rel = "prev" ] {
32
+ text-align : start;
33
+ }
34
+
35
+ .content-inner .bottom-actions .bottom-actions-button [rel = "next" ] {
36
+ text-align : end;
25
37
}
26
38
27
39
@media screen and (max-width : 768px ) {
28
40
.content-inner .bottom-actions {
29
41
flex-direction : column-reverse;
30
42
}
31
-
32
- .content-inner .bottom-actions .bottom-actions-item : not (: first-child ) {
33
- margin-bottom : 16px ;
34
- }
35
43
}
You can’t perform that action at this time.
0 commit comments