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