formatting
This commit is contained in:
Johnny shultz 2025-03-19 18:07:30 -04:00
parent 4301ca27de
commit 730b49eec3

View file

@ -1,5 +1,7 @@
<template>
<div class="date-picker text-center" :class="`${calendarViewDirection} ${isPricingByDayClass} ${showPricingByDayClass}`">
<div
class="date-picker text-center"
:class="`${calendarViewDirection} ${isPricingByDayClass} ${showPricingByDayClass}`">
<fieldset id="date-picker-fieldset" ref="datePickerFieldset">
<legend class="sr-only">Select a day and time</legend>
<div
@ -1169,18 +1171,18 @@ export default {
}
&.date-picker.show-pricing-by-day {
.radio-wrapper{
&.selectable-day label span{
.radio-wrapper {
&.selectable-day label span {
text-decoration: none;
color: $gray-600;
font-weight: 600;
&.price{
&.price {
color: $green;
}
}
&.upch-day label span.price{
&.upch-day label span.price {
color: $gray-600;
font-weight:400;
font-weight: 400;
}
input[type="radio"] {
&:focus + label,
@ -1195,7 +1197,6 @@ export default {
}
}
.btn-link {
display: block;
position: relative;