Merge pull request #2749 from Safelite/feature/CASH-1183
Feature/CASH-1183
This commit is contained in:
commit
08ce8e18a3
2 changed files with 3 additions and 2 deletions
|
|
@ -1795,7 +1795,7 @@ export default {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.funnel-sub-header) {
|
:deep(.funnel-sub-header:not(.mb-5)) {
|
||||||
h5.dark-header {
|
h5.dark-header {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
|
||||||
|
|
@ -107,13 +107,14 @@ export default {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
background-color: $blue;
|
background-color: $blue;
|
||||||
border-radius: $border-radius-pill;
|
border-radius: $border-radius-pill;
|
||||||
padding: 0.75rem 3rem;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
display: inline-block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-weight: $font-weight-600;
|
font-weight: $font-weight-600;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
|
padding: 0.75rem 3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue