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>
|
||||
<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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue