| .button.is-borderless.navigation-link { | |
| body:not(.is-section-stepper) & { | |
| padding: 0; | |
| color: var(--color-text-inverted); | |
| font-size: $font-body-small; | |
| font-weight: 600; | |
| svg { | |
| fill: var(--color-text-inverted); | |
| } | |
| } | |
| } | |
| .navigation-link--has-skip-heading { | |
| transform: translateY(-3px); | |
| //override unessecary super specificity added by another class | |
| padding-top: 0 ; | |
| } | |