File tree Expand file tree Collapse file tree 1 file changed +23
-22
lines changed
app/assets/stylesheets/formadmin/components Expand file tree Collapse file tree 1 file changed +23
-22
lines changed Original file line number Diff line number Diff line change 2
2
margin-bottom : 20px ;
3
3
}
4
4
5
- .paginated_collection_contents {
6
- @include clearfix ;
7
- }
8
-
9
5
#index_footer {
10
6
margin-top : 20px ;
11
7
}
20
16
// Information
21
17
.pagination_information {
22
18
color : rgba ($text-color , 0.75 );
23
- float : right ;
24
19
25
20
b {
26
21
color : $text-color ;
27
22
}
28
23
}
29
24
30
25
// Per Page
31
- .pagination_per_page {
32
- float : right ;
33
- margin-left : 20px ;
34
-
35
- select {
36
- padding : 1px 5px ;
37
- }
38
- }
39
-
40
- // Download Links
41
- .download_links {
42
- float : left ;
26
+ .pagination_per_page select {
27
+ padding : 1px 5px ;
43
28
}
44
29
45
30
// Pagination
46
31
.pagination {
47
32
font-weight : bold ;
48
- margin : 0 0 -20 px 20 px ;
33
+ margin : 0 auto ;
49
34
text-align : center ;
50
35
text-transform : uppercase ;
51
36
60
45
padding : 6px 10px 5px ;
61
46
text-decoration : none ;
62
47
transition : background-color 250ms ;
63
- margin : 0 1px ;
48
+ margin : 0 1px 4 px ;
64
49
}
65
50
66
51
a :not (.current ):hover {
77
62
78
63
// Medias
79
64
@media #{$largest-phone-screen } {
80
- .pagination ,
65
+ .pagination {
66
+ margin-bottom : 10px ;
67
+ }
68
+
81
69
.pagination_information ,
82
70
.pagination_per_page ,
83
71
.download_links {
84
- display : block ;
85
- float : none ;
86
72
text-align : center ;
73
+ }
74
+ }
75
+
76
+ @media #{$tablet-and-desktop-screen } {
77
+ #index_footer {
78
+ align-items : center ;
79
+ display : flex ;
80
+ flex-wrap : wrap ;
81
+ justify-content : space-between ;
82
+ }
83
+
84
+ .pagination {
85
+ display : block ;
86
+ margin-top : 10px ;
87
+ order : 10 ;
87
88
width : 100% ;
88
89
}
89
90
}
You can’t perform that action at this time.
0 commit comments