Files
advanced-camera-card/src/scss/date-picker.scss
T

8 lines
154 B
SCSS

// The lit-flatpickr element itself is hidden as we only want the popup
// calender.
lit-flatpickr {
visibility: hidden;
width: 0px;
height: 0px;
}