commit
9b2d0bb254
24 changed files with 75 additions and 20 deletions
BIN
src/assets/fonts/Urbanist-Bold.woff
Normal file
BIN
src/assets/fonts/Urbanist-Bold.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-Bold.woff2
Normal file
BIN
src/assets/fonts/Urbanist-Bold.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-BoldItalic.woff
Normal file
BIN
src/assets/fonts/Urbanist-BoldItalic.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-BoldItalic.woff2
Normal file
BIN
src/assets/fonts/Urbanist-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-ExtraBold.woff
Normal file
BIN
src/assets/fonts/Urbanist-ExtraBold.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-ExtraBold.woff2
Normal file
BIN
src/assets/fonts/Urbanist-ExtraBold.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-MediumItalic.woff
Normal file
BIN
src/assets/fonts/Urbanist-MediumItalic.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-MediumItalic.woff2
Normal file
BIN
src/assets/fonts/Urbanist-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-Regular.woff
Normal file
BIN
src/assets/fonts/Urbanist-Regular.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-Regular.woff2
Normal file
BIN
src/assets/fonts/Urbanist-Regular.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-SemiBold.woff
Normal file
BIN
src/assets/fonts/Urbanist-SemiBold.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/Urbanist-SemiBold.woff2
Normal file
BIN
src/assets/fonts/Urbanist-SemiBold.woff2
Normal file
Binary file not shown.
|
|
@ -913,8 +913,7 @@ export default {
|
||||||
|
|
||||||
.month-year {
|
.month-year {
|
||||||
grid-area: 1 / 1 / 2 / 5;
|
grid-area: 1 / 1 / 2 / 5;
|
||||||
font-family: AvertaBold;
|
font-family: UrbanistBold;
|
||||||
letter-spacing: 0.75px;
|
|
||||||
color: $black;
|
color: $black;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
|
@ -1209,7 +1208,7 @@ export default {
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
color: $black;
|
color: $black;
|
||||||
span {
|
span {
|
||||||
font-family: AvertaSemibold;
|
font-family: UrbanistSemibold;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1240,7 +1239,7 @@ export default {
|
||||||
&.current-day {
|
&.current-day {
|
||||||
label {
|
label {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-family: "AvertaSemibold";
|
font-family: "UrbanistSemibold";
|
||||||
color: $black;
|
color: $black;
|
||||||
font-size-adjust: 0.5; // needed for Averta fonts baseline alignment
|
font-size-adjust: 0.5; // needed for Averta fonts baseline alignment
|
||||||
}
|
}
|
||||||
|
|
@ -1252,11 +1251,10 @@ export default {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $black;
|
color: $black;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: "AvertaSemibold";
|
font-family: "UrbanistSemibold";
|
||||||
font-size-adjust: 0.5; // needed for Averta fonts baseline alignment
|
font-size-adjust: 0.5; // needed for Averta fonts baseline alignment
|
||||||
|
|
||||||
&.price {
|
&.price {
|
||||||
font-family: "AvertaRegular";
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1274,7 +1272,7 @@ export default {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
span {
|
span {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: "AvertaSemibold";
|
font-family: "UrbanistSemibold";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,6 @@ export default {
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.dockableContainer {
|
.dockableContainer {
|
||||||
&.showDockableContainer {
|
&.showDockableContainer {
|
||||||
font-family: AvertaRegular;
|
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
.sidebarBody {
|
.sidebarBody {
|
||||||
button {
|
button {
|
||||||
|
|
|
||||||
|
|
@ -177,13 +177,13 @@ export default {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
&.headline {
|
&.headline {
|
||||||
font-family: AvertaBold;
|
font-family: UrbanistBold;
|
||||||
color: $red;
|
color: $red;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.subheadline {
|
&.subheadline {
|
||||||
font-family: AvertaBold;
|
font-family: UrbanistBold;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -424,7 +424,6 @@ export default {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.75px;
|
|
||||||
}
|
}
|
||||||
.special-save-box {
|
.special-save-box {
|
||||||
background-color: $green-100;
|
background-color: $green-100;
|
||||||
|
|
|
||||||
|
|
@ -476,7 +476,6 @@ export default {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.75px;
|
|
||||||
}
|
}
|
||||||
.special-save-box {
|
.special-save-box {
|
||||||
background-color: $green-100;
|
background-color: $green-100;
|
||||||
|
|
|
||||||
|
|
@ -405,7 +405,6 @@ export default {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.75px;
|
|
||||||
}
|
}
|
||||||
.special-save-box {
|
.special-save-box {
|
||||||
background-color: $green-100;
|
background-color: $green-100;
|
||||||
|
|
|
||||||
|
|
@ -765,7 +765,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.change-location a {
|
.change-location a {
|
||||||
font-family: AvertaSemibold;
|
font-family: UrbanistSemibold;
|
||||||
}
|
}
|
||||||
.time-slots-question {
|
.time-slots-question {
|
||||||
padding: 0 0.75rem;
|
padding: 0 0.75rem;
|
||||||
|
|
|
||||||
|
|
@ -631,7 +631,6 @@ export default {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
strong {
|
strong {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.success-image {
|
.success-image {
|
||||||
|
|
|
||||||
|
|
@ -561,7 +561,7 @@ export default {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
|
||||||
.time-slot-header {
|
.time-slot-header {
|
||||||
font-family: AvertaBold;
|
font-family: UrbanistBold;
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
.text-block.duration-text-block {
|
.text-block.duration-text-block {
|
||||||
|
|
|
||||||
|
|
@ -97,3 +97,11 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
select,
|
||||||
|
textarea,
|
||||||
|
option,
|
||||||
|
.btn {
|
||||||
|
letter-spacing: 0.03rem;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ body {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.625;
|
line-height: 1.625;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
letter-spacing: 0.03rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Headings
|
//Headings
|
||||||
|
|
@ -43,7 +44,7 @@ h5,
|
||||||
h6,
|
h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
letter-spacing: 0.75px;
|
letter-spacing: 0.03rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -133,3 +134,57 @@ caption,
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "UrbanistBold";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/Urbanist-Bold.woff") format("woff2"),
|
||||||
|
url("@/assets/fonts/Urbanist-Bold.woff2") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "UrbanistBold_Italic";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/Urbanist-BoldItalic.woff") format("woff2"),
|
||||||
|
url("@/assets/fonts/Urbanist-BoldItalic.woff2") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "UrbanistExtraBold";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/Urbanist-ExtraBold.woff") format("woff2"),
|
||||||
|
url("@/assets/fonts/Urbanist-ExtraBold.woff2") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "UrbanistRegular";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/Urbanist-Regular.woff") format("woff2"),
|
||||||
|
url("@/assets/fonts/Urbanist-Regular.woff2") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "UrbanistMedium_Italic";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/Urbanist-MediumItalic.woff") format("woff2"),
|
||||||
|
url("@/assets/fonts/Urbanist-MediumItalic.woff2") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "UrbanistSemibold";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/Urbanist-SemiBold.woff") format("woff2"),
|
||||||
|
url("@/assets/fonts/Urbanist-SemiBold.woff2") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -120,9 +120,8 @@ $theme-colors: (
|
||||||
$body-color: $gray-600;
|
$body-color: $gray-600;
|
||||||
|
|
||||||
//Fonts
|
//Fonts
|
||||||
$font-family-sans-serif: AvertaRegular, Arial, Helvetica, sans-serif;
|
$font-family-sans-serif: UrbanistRegular;
|
||||||
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
$font-family-monospace: UrbanistRegular;
|
||||||
monospace;
|
|
||||||
// stylelint-enable value-keyword-case
|
// stylelint-enable value-keyword-case
|
||||||
$font-family-base: $font-family-sans-serif;
|
$font-family-base: $font-family-sans-serif;
|
||||||
$font-family-code: $font-family-monospace;
|
$font-family-code: $font-family-monospace;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue