File tree Expand file tree Collapse file tree 2 files changed +0
-50
lines changed Expand file tree Collapse file tree 2 files changed +0
-50
lines changed Original file line number Diff line number Diff line change 1
- .selection {
2
- width : 100% ;
3
- display : flex;
4
- justify-content : space-between;
5
- padding : 20px ;
6
- border-radius : 5px ;
7
- background-color : white;
8
- margin-bottom : 40px ;
9
-
10
- a {
11
- text-decoration : none;
12
- font-weight : bold;
13
- color : inherit;
14
- padding : 5px ;
15
- }
16
- a : hover { background-color : var (--main-bg-dark ); }
17
- a : global (.active ) { background-color : var (--main-bg-dark ); }
18
-
19
- @media only screen and (max-width : 650px ) {
20
- padding : 0 ;
21
- background-color : inherit;
22
- a { display : none; }
23
- }
24
- }
25
-
26
- .filter-dropdown-label {
27
- display : none;
28
-
29
- @media only screen and (max-width : 650px ) {
30
- display : flex;
31
- align-items : center;
32
- width : 100% ;
33
- }
34
- }
35
-
36
- .filter-dropdown {
37
- flex-grow : 1 ;
38
- margin-left : 20px ;
39
- }
40
-
41
1
.results-meta {
42
2
display : flex;
43
3
align-items : center;
Original file line number Diff line number Diff line change 121
121
text-align : right;
122
122
}
123
123
124
- .info {
125
- display : flex;
126
- align-items : baseline;
127
- justify-content : space-between;
128
-
129
- span { padding-left : 10px ; }
130
-
131
- .date { flex-grow : 2 ; text-align : right; }
132
- }
133
-
134
124
.load-more {
135
125
display : block;
136
126
text-align : center;
You can’t perform that action at this time.
0 commit comments