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
|
|
@ -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