Merge pull request #2954 from Safelite/CASH-1891-font-fixes
CASH-1891 font updates from Urbanist to UrbanistRegular, UrbanistSemi…
This commit is contained in:
commit
95c114e7f8
5 changed files with 9 additions and 21 deletions
|
|
@ -75,17 +75,11 @@ export default {
|
|||
|
||||
:deep(a) {
|
||||
text-decoration: none;
|
||||
&.new-window-link {
|
||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||
margin: 0 0.75rem;
|
||||
color: $gray-600;
|
||||
font-weight: 400;
|
||||
}
|
||||
&.new-window-link,
|
||||
&.navigation-link {
|
||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||
font-family: UrbanistRegular, Arial, Helvetica, sans-serif;
|
||||
margin: 0 0.75rem;
|
||||
color: $gray-600;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -986,8 +986,9 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
:deep(span.label) {
|
||||
font-weight: 600;
|
||||
:deep(span.label),
|
||||
:deep(span) {
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
:deep(div.service-questions span) {
|
||||
color: $black;
|
||||
|
|
|
|||
|
|
@ -294,12 +294,11 @@ export default {
|
|||
|
||||
.pricing-info .insurance-pricing span {
|
||||
font-size: 0.875rem;
|
||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||
font-weight: 500;
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
|
@ -312,7 +311,6 @@ export default {
|
|||
color: $green;
|
||||
font-size: 0.875rem;
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
font-weight: 600;
|
||||
@include media-breakpoint-up(md) {
|
||||
position: absolute;
|
||||
bottom: 0.75rem;
|
||||
|
|
|
|||
|
|
@ -109,10 +109,10 @@ export default {
|
|||
border-radius: $border-radius-pill;
|
||||
|
||||
a {
|
||||
font-family: UrbanistSemibold;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: $white;
|
||||
font-weight: $font-weight-600;
|
||||
line-height: 1.5rem;
|
||||
padding: 0.75rem 3rem;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,13 +63,13 @@ export default {
|
|||
|
||||
<style lang="scss">
|
||||
.btn {
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
&.btn-primary {
|
||||
position: relative;
|
||||
background: $red;
|
||||
border: none;
|
||||
color: $white;
|
||||
justify-content: center;
|
||||
font-weight: 500;
|
||||
@media (hover: hover) {
|
||||
background: $red;
|
||||
}
|
||||
|
|
@ -92,7 +92,6 @@ export default {
|
|||
background: $gray-200 !important;
|
||||
background: $red !important;
|
||||
color: $white !important;
|
||||
font-weight: 400;
|
||||
height: 48px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
|
@ -116,7 +115,6 @@ export default {
|
|||
background: transparent;
|
||||
border: 1px solid $blue;
|
||||
color: $blue;
|
||||
font-weight: 500;
|
||||
transition: all 150ms linear;
|
||||
height: 3rem;
|
||||
&:hover {
|
||||
|
|
@ -137,7 +135,6 @@ export default {
|
|||
&:disabled {
|
||||
background: transparent;
|
||||
color: $red !important;
|
||||
font-weight: 400;
|
||||
height: 48px;
|
||||
border: 1px solid $red;
|
||||
cursor: pointer;
|
||||
|
|
@ -157,7 +154,6 @@ export default {
|
|||
background: $green-100;
|
||||
border: 1px solid $green-400;
|
||||
color: $black;
|
||||
font-weight: 500;
|
||||
transition: all 150ms linear;
|
||||
height: 3rem;
|
||||
&:hover {
|
||||
|
|
@ -177,7 +173,6 @@ export default {
|
|||
&:disabled {
|
||||
background: transparent;
|
||||
color: $gray-550 !important;
|
||||
font-weight: 400;
|
||||
height: 48px;
|
||||
border: 1px solid $gray-550;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue