CASH-556: more adjustments

This commit is contained in:
Adam Caouette 2025-05-02 13:04:16 -04:00
parent 017f1903ec
commit a7cc70c411
2 changed files with 15 additions and 11 deletions

View file

@ -853,7 +853,7 @@ export default {
}
}
.calendar-grid-container {
margin: 0 auto 2rem auto;
margin: 0 auto 1rem auto;
max-width: 400px;
position: relative;
transition:
@ -1075,12 +1075,16 @@ export default {
border-radius: 50%;
background-color: $black;
position: absolute;
top: 28px;
top: 1.875rem;
}
.first-day {
color: $blue;
}
}
input[type="radio"]:checked + label:after {
background-color: $black;
top: 2rem;
}
}
}
@ -1206,6 +1210,7 @@ export default {
}
}
label {
color: $gray-500;
flex-direction: column;
height: 2.5rem;
width: 100%;
@ -1228,10 +1233,11 @@ export default {
}
}
&.current-day {
label:after {
margin-top: -0.25rem;
position: relative;
top: 0.5rem;
label {
font-weight: 600;
font-family: "AvertaSemibold";
color: $black;
font-size-adjust: 0.5; // needed for Averta fonts baseline alignment
}
}
}
@ -1242,6 +1248,7 @@ export default {
color: $black;
font-weight: 400;
font-family: "AvertaSemibold";
font-size-adjust: 0.5; // needed for Averta fonts baseline alignment
&.price {
font-family: "AvertaRegular";

View file

@ -40,10 +40,7 @@
v-model="waitListRequested"
@click="waitListChecked" />
</div>
<div
v-if="waitListRequested"
class="rounded waitlist-success"
ref="waitlistSuccessMessage">
<div v-if="waitListRequested" class="rounded waitlist-success" ref="waitlistSuccessMessage">
<img :src="waitListSuccessImage" class="success-image" />
<span v-html="waitListSuccessText" class="success-text"></span>
</div>
@ -574,7 +571,7 @@ export default {
line-height: 1.5rem;
font-size: 0.875rem;
text-align: left;
margin: 1.25rem 0 1.5rem;
margin: 1rem 0 1.5rem;
li strong {
font-weight: bold;
}