File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -400,10 +400,17 @@ export default {
400
400
.step-navigation .pagination-previous {
401
401
font-family : Roboto Condensed ,sans-serif ;
402
402
font-style : normal ;
403
- font-weight : 500 ;
404
403
font-size : 18px ;
405
404
line-height : 24px ;
406
405
}
406
+ .step-navigation ,
407
+ .step-navigation {
408
+ font-weight : 500 ;
409
+ }
410
+ .pagination-next ,
411
+ .pagination-previous {
412
+ font-weight : bold ;
413
+ }
407
414
.step-navigation .pagination-previous {
408
415
border : 2px solid #787878 ;
409
416
color : #787878 ;
@@ -415,6 +422,7 @@ export default {
415
422
}
416
423
.pagination-next.disabled {
417
424
background-color : #D8D8D8 ;
425
+ color : #787878 !important ;
418
426
}
419
427
.pagination-next.disabled :hover ,
420
428
.pagination-next.disabled :active {
You can’t perform that action at this time.
0 commit comments