fix(reminders): style flatpickr so that it blends in more
This commit is contained in:
parent
2677f6254d
commit
9a736cf65f
@ -240,7 +240,7 @@ function translateUnit(amount: number, unit: PeriodUnit): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reminder-options-popup {
|
.reminder-options-popup {
|
||||||
width: 300px;
|
width: 310px;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
|
||||||
@media screen and (max-width: ($tablet)) {
|
@media screen and (max-width: ($tablet)) {
|
||||||
@ -267,4 +267,9 @@ function translateUnit(amount: number, unit: PeriodUnit): string {
|
|||||||
.currently-active {
|
.currently-active {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.flatpickr-calendar) {
|
||||||
|
margin: 0 auto;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user