Merge remote-tracking branch 'origin/develop' into feature/CSR-1391.1
This commit is contained in:
commit
620bef55ba
2 changed files with 9 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
@click-event="linkClicked"
|
@click-event="linkClicked"
|
||||||
href="javascript:void(0)">
|
href="javascript:void(0)">
|
||||||
<template v-slot:after-text v-if="editScreenReaderTextCmsWidgetName">
|
<template v-slot:after-text v-if="editScreenReaderTextCmsWidgetName">
|
||||||
<span class="sr-only"> {{ screenReaderOnlyText }}</span>
|
<span class="sr-only"> {{ screenReaderOnlyText }} </span>
|
||||||
</template>
|
</template>
|
||||||
</textLink>
|
</textLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -515,8 +515,16 @@ export default {
|
||||||
.text-link-small {
|
.text-link-small {
|
||||||
a,
|
a,
|
||||||
.btn-link {
|
.btn-link {
|
||||||
|
width: auto;
|
||||||
|
margin: 0 auto;
|
||||||
|
height: auto;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
&:focus {
|
||||||
|
outline: 1px solid $blue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.funnel-sub-header {
|
.funnel-sub-header {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue