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