File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
src/shared/components/challenge-listing/Filters Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 41
41
height : 60px ;
42
42
43
43
@include xxs-to-sm {
44
- height : 40 px ;
44
+ height : auto ;
45
45
}
46
46
}
47
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 ;
@@ -155,6 +157,14 @@ $panel-radius-4: $corner-radius * 2;
155
157
& .left-label {
156
158
min-width : 58px ;
157
159
}
160
+
161
+ @include xxs-to-sm {
162
+ text-align : left ;
163
+
164
+ & .left-label {
165
+ min-width : 96px ;
166
+ }
167
+ }
158
168
}
159
169
160
170
:global (.Select ) {
@@ -374,7 +384,7 @@ $panel-radius-4: $corner-radius * 2;
374
384
.Select-value-icon {
375
385
position : absolute ;
376
386
right : 0 ;
377
- top : 0 ;
387
+ top : 4 px ;
378
388
padding : 0 $panel-space-7 ;
379
389
font-size : 14px ;
380
390
border : none ;
You can’t perform that action at this time.
0 commit comments