mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Misc CSS and transition fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*! purgecss start ignore */
|
||||
.fade-enter {
|
||||
.fade-enter, .fade-appear {
|
||||
@apply .opacity-0;
|
||||
}
|
||||
|
||||
.fade-enter-active {
|
||||
.fade-enter-active, .fade-appear-active {
|
||||
@apply .opacity-100;
|
||||
transition: opacity 250ms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user