CASH-152
formatting
This commit is contained in:
parent
4301ca27de
commit
730b49eec3
1 changed files with 8 additions and 7 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue