File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
src/shared/components/challenge-listing/Filters Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 10
10
padding : 0 $base-unit * 4 ;
11
11
12
12
@include xxs-to-sm {
13
+ display : flex ;
14
+ justify-content : space-between ;
15
+ flex-wrap : wrap ;
13
16
padding : 0 $base-unit * 3 ;
14
17
}
15
18
}
38
41
height : 60px ;
39
42
40
43
@include xxs-to-sm {
41
- height : 40 px ;
44
+ height : auto ;
42
45
}
43
46
}
44
47
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ $type-radius-4: $corner-radius * 2;
27
27
height : $type-space-40 ;
28
28
line-height : $type-space-40 ;
29
29
margin-right : $type-space-20 ;
30
+
31
+ & :last-child {
32
+ margin-right : $type-space-20 - 5 ;
33
+ }
30
34
}
31
35
32
36
& :visited {
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ $panel-radius-4: $corner-radius * 2;
80
80
display : flex ;
81
81
justify-content : center ;
82
82
position : relative ;
83
+ right : 0 ;
84
+ top : $panel-space-30 ;
83
85
width : 100% ;
84
86
padding-left : 0 ;
85
87
border-left : none ;
@@ -130,6 +132,7 @@ $panel-radius-4: $corner-radius * 2;
130
132
131
133
@include xxs-to-sm {
132
134
display : block ;
135
+ margin-right : 0 ;
133
136
}
134
137
}
135
138
@@ -154,6 +157,14 @@ $panel-radius-4: $corner-radius * 2;
154
157
& .left-label {
155
158
min-width : 58px ;
156
159
}
160
+
161
+ @include xxs-to-sm {
162
+ text-align : left ;
163
+
164
+ & .left-label {
165
+ min-width : 96px ;
166
+ }
167
+ }
157
168
}
158
169
159
170
:global (.Select ) {
@@ -373,7 +384,7 @@ $panel-radius-4: $corner-radius * 2;
373
384
.Select-value-icon {
374
385
position : absolute ;
375
386
right : 0 ;
376
- top : 0 ;
387
+ top : 4 px ;
377
388
padding : 0 $panel-space-7 ;
378
389
font-size : 14px ;
379
390
border : none ;
You can’t perform that action at this time.
0 commit comments