Merge remote-tracking branch 'origin/develop' into feature/CSR-1391.1

This commit is contained in:
Matt Caimi 2023-11-20 11:41:15 -05:00
commit 620bef55ba
2 changed files with 9 additions and 1 deletions

View file

@ -14,7 +14,7 @@
@click-event="linkClicked"
href="javascript:void(0)">
<template v-slot:after-text v-if="editScreenReaderTextCmsWidgetName">
<span class="sr-only"> {{ screenReaderOnlyText }}</span>
<span class="sr-only"> {{ screenReaderOnlyText }} </span>
</template>
</textLink>
</div>

View file

@ -515,8 +515,16 @@ export default {
.text-link-small {
a,
.btn-link {
width: auto;
margin: 0 auto;
height: auto;
font-size: 0.875rem;
line-height: 1.5;
padding: 0;
border-radius: 0;
&:focus {
outline: 1px solid $blue;
}
}
}
.funnel-sub-header {