chore: simplify nesting

This commit is contained in:
kolaente 2022-02-06 19:40:11 +01:00
parent 436c0416d7
commit 4268eee1f2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 4 deletions

View File

@ -195,11 +195,11 @@ const buttonText = computed<string>(() => {
width: 100%;
height: 100%;
position: absolute;
}
:deep(.flatpickr-calendar) {
margin: 0 auto 8px;
box-shadow: none;
}
:deep(.flatpickr-calendar) {
margin: 0 auto 8px;
box-shadow: none;
}
.flatpickr-container {