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">
|
||||
.container {
|
||||
&.page-schedule {
|
||||
padding: 0 1rem;
|
||||
.text-link-small {
|
||||
a,
|
||||
.btn-link {
|
||||
width: auto;
|
||||
margin: 0 auto;
|
||||
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;
|
||||
}
|
||||
}
|
||||
.question-text {
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
& > span {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
.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 {
|
||||
background: $blue-100;
|
||||
box-shadow: 0 0 0 1px $primary;
|
||||
|
|
@ -1806,6 +1784,7 @@ export default {
|
|||
|
||||
.appointment-type .funnel-sub-header h5 {
|
||||
font-family: UrbanistRegular;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.funnel-sub-header.my-5 h5 {
|
||||
|
|
@ -1819,4 +1798,8 @@ export default {
|
|||
line-height: 26px;
|
||||
text-underline-offset: 4px;
|
||||
}
|
||||
|
||||
.text-block.duration-text-block b {
|
||||
font-family: UrbanistSemibold;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue