chore: simplify nesting
This commit is contained in:
parent
436c0416d7
commit
4268eee1f2
1 changed files with 4 additions and 4 deletions
|
@ -195,11 +195,11 @@ const buttonText = computed<string>(() => {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
:deep(.flatpickr-calendar) {
|
:deep(.flatpickr-calendar) {
|
||||||
margin: 0 auto 8px;
|
margin: 0 auto 8px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.flatpickr-container {
|
.flatpickr-container {
|
||||||
|
|
Loading…
Reference in a new issue