Styling updates
This commit is contained in:
parent
00611a599c
commit
5da7971eb2
2 changed files with 5 additions and 5 deletions
|
|
@ -232,7 +232,7 @@ export default {
|
||||||
&__day-card {
|
&__day-card {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
border: 1px solid $gray-200;
|
border: 1px solid $blue;
|
||||||
border-radius: $border-radius-lg;
|
border-radius: $border-radius-lg;
|
||||||
background: $white;
|
background: $white;
|
||||||
padding: 0.625rem 0.25rem;
|
padding: 0.625rem 0.25rem;
|
||||||
|
|
@ -242,7 +242,7 @@ export default {
|
||||||
border-color 150ms ease;
|
border-color 150ms ease;
|
||||||
|
|
||||||
&:hover:not(:disabled):not(.date-picker__day-card--selected) {
|
&:hover:not(:disabled):not(.date-picker__day-card--selected) {
|
||||||
border-color: $blue;
|
background: $blue-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--selected {
|
&--selected {
|
||||||
|
|
@ -270,7 +270,7 @@ export default {
|
||||||
&__day-abbr {
|
&__day-abbr {
|
||||||
font-family: $font-family-sans-serif-semibold;
|
font-family: $font-family-sans-serif-semibold;
|
||||||
font-size: $font-size-12;
|
font-size: $font-size-12;
|
||||||
color: $gray-600;
|
color: $blue;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
@ -278,7 +278,7 @@ export default {
|
||||||
&__day-date {
|
&__day-date {
|
||||||
font-family: $font-family-sans-serif-bold;
|
font-family: $font-family-sans-serif-bold;
|
||||||
font-size: $font-size-14;
|
font-size: $font-size-14;
|
||||||
color: $gray-700;
|
color: $blue;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
||||||
<div class="container page-container-grouped-styles">
|
<div class="container page-container-grouped-styles">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12 col-md-10 col-lg-8 col-xl-7">
|
||||||
<h5 class="fw-normal mb-0 dark-header" :class="headerColor">
|
<h5 class="fw-normal mb-0 dark-header" :class="headerColor">
|
||||||
<span>
|
<span>
|
||||||
{{ serviceLocationText }}
|
{{ serviceLocationText }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue