CASH-153 - cleanup and more css tweaks
This commit is contained in:
parent
e201944b77
commit
881ad63458
2 changed files with 3 additions and 4 deletions
|
|
@ -39,7 +39,6 @@
|
|||
date.dayClasses,
|
||||
date.isSelectable ? 'selectable-day' : '',
|
||||
]">
|
||||
<!-- <h3>{{ date.inputValue }}</h3> -->
|
||||
<input
|
||||
:disabled="!date.isSelectable"
|
||||
type="radio"
|
||||
|
|
@ -785,12 +784,13 @@ export default {
|
|||
}
|
||||
|
||||
.month-year {
|
||||
grid-area: 1 / 1 / 2 / 5;
|
||||
grid-area: 1 / 1 / 2 / 8;
|
||||
text-transform: uppercase;
|
||||
font-weight: 300;
|
||||
letter-spacing: 0.75px;
|
||||
}
|
||||
.legend {
|
||||
display: none;
|
||||
grid-area: 1 / 5 / 2 / 8;
|
||||
.legend-circle {
|
||||
border-radius: 50%;
|
||||
|
|
@ -856,7 +856,6 @@ export default {
|
|||
|
||||
label {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
@ -905,6 +904,7 @@ export default {
|
|||
background-color: $white;
|
||||
label {
|
||||
color: $blue;
|
||||
cursor: pointer;
|
||||
|
||||
span {
|
||||
text-decoration: underline;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<div class="row justify-content-center">
|
||||
<div class="col-md-6 col-xl-4">
|
||||
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mt-4" />
|
||||
selectedDate: {{ selectedDate }}
|
||||
<template v-if="ChangeShopLink.length">
|
||||
<textBlock
|
||||
cmsWidgetName="ChangeShopLink"
|
||||
|
|
|
|||
Loading…
Reference in a new issue