We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95daf5f commit 4b46eb6Copy full SHA for 4b46eb6
src/components/Stepper.vue
@@ -400,10 +400,17 @@ export default {
400
.step-navigation .pagination-previous {
401
font-family: Roboto Condensed,sans-serif;
402
font-style: normal;
403
- font-weight: 500;
404
font-size: 18px;
405
line-height: 24px;
406
}
+ .step-navigation,
407
+ .step-navigation {
408
+ font-weight: 500;
409
+ }
410
+ .pagination-next,
411
+ .pagination-previous {
412
+ font-weight: bold;
413
414
415
border: 2px solid #787878;
416
color: #787878;
@@ -415,6 +422,7 @@ export default {
422
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 {
0 commit comments