more style updates
This commit is contained in:
parent
cb7b616ab4
commit
fb507f358a
1 changed files with 21 additions and 38 deletions
|
|
@ -1744,47 +1744,25 @@ export default {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.container {
|
.container {
|
||||||
&.page-schedule {
|
.question-text {
|
||||||
padding: 0 1rem;
|
margin-bottom: 1.5rem;
|
||||||
.text-link-small {
|
|
||||||
a,
|
& > span {
|
||||||
.btn-link {
|
display: flex;
|
||||||
width: auto;
|
justify-content: flex-start;
|
||||||
margin: 0 auto;
|
margin-bottom: 0.25rem;
|
||||||
height: auto;
|
|
||||||
font-size: 0.875rem;
|
|
||||||
line-height: 1.75;
|
|
||||||
padding: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
&:focus {
|
|
||||||
outline: 1px solid $blue;
|
|
||||||
}
|
|
||||||
@include media-breakpoint-up(md) {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.funnel-sub-header {
|
|
||||||
h5.dark-header {
|
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.change-location a {
|
|
||||||
font-family: UrbanistSemibold;
|
|
||||||
}
|
|
||||||
.date-picker {
|
|
||||||
border-top: 1px solid $gray-500;
|
|
||||||
margin-top: 1.5rem;
|
|
||||||
}
|
|
||||||
.time-slots-question {
|
|
||||||
padding: 0 0.75rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.question-text > span {
|
|
||||||
display: flex;
|
|
||||||
justify-content: flex-start;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.alert.alert-warning {
|
||||||
|
|
||||||
|
.alert-heading {
|
||||||
|
color: $black;
|
||||||
|
font-family: UrbanistSemibold;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.shop-question-button .list-button-content {
|
.shop-question-button .list-button-content {
|
||||||
background: $blue-100;
|
background: $blue-100;
|
||||||
box-shadow: 0 0 0 1px $primary;
|
box-shadow: 0 0 0 1px $primary;
|
||||||
|
|
@ -1806,6 +1784,7 @@ export default {
|
||||||
|
|
||||||
.appointment-type .funnel-sub-header h5 {
|
.appointment-type .funnel-sub-header h5 {
|
||||||
font-family: UrbanistRegular;
|
font-family: UrbanistRegular;
|
||||||
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.funnel-sub-header.my-5 h5 {
|
.funnel-sub-header.my-5 h5 {
|
||||||
|
|
@ -1819,4 +1798,8 @@ export default {
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
text-underline-offset: 4px;
|
text-underline-offset: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-block.duration-text-block b {
|
||||||
|
font-family: UrbanistSemibold;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue