File tree 1 file changed +9
-13
lines changed
meinberlin/assets/scss/components
1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ $checkbox-size: 20px;
209
209
font-size : $font-size-xs ;
210
210
color : $gray-lighter ;
211
211
position : absolute ;
212
- bottom : 1.75 * $spacer ; // to allign with arrows
213
- left : $spacer ;
212
+ bottom : 1 rem ;
213
+ right : 6 rem ;
214
214
}
215
215
216
216
.poll-slider {
@@ -220,7 +220,7 @@ $checkbox-size: 20px;
220
220
// slick overwrites - nested for specificity
221
221
.slick-prev {
222
222
left : revert !important ;
223
- right : 5 * $spacer !important ;
223
+ right : 3. 5 * $spacer !important ;
224
224
}
225
225
226
226
.slick-next {
@@ -235,8 +235,8 @@ $checkbox-size: 20px;
235
235
top : revert ;
236
236
bottom : 0 ;
237
237
text-align : center ;
238
- width : 40 px ;
239
- height : 40 px ;
238
+ width : 24 px ;
239
+ height : 24 px ;
240
240
border-radius : 100% ;
241
241
z-index : 1 ; // for when tile links overlap
242
242
@@ -248,12 +248,13 @@ $checkbox-size: 20px;
248
248
}
249
249
250
250
& :before {
251
+ display : flex ;
252
+ justify-content : center ;
253
+ align-items : center ;
251
254
color : $body-bg ;
252
255
opacity : 1 ;
253
256
font-family : " Font Awesome 6 Free" , sans-serif ;
254
- font-weight : 900 ;
255
- font-size : $font-size-xxl ;
256
- line-height : 1.6rem ;
257
+ font-size : 18px ;
257
258
}
258
259
}
259
260
@@ -285,9 +286,4 @@ $checkbox-size: 20px;
285
286
left : revert ;
286
287
right : 8.5 * $spacer ;
287
288
}
288
-
289
- .poll-slider__count {
290
- left : revert ;
291
- right : 2 * $spacer ;
292
- }
293
289
}
You can’t perform that action at this time.
0 commit comments