2019-06-10 02:26:20 +00:00
|
|
|
/*! purgecss start ignore */
|
2019-07-28 03:23:44 +00:00
|
|
|
.fade-enter, .fade-appear {
|
2019-06-10 02:26:20 +00:00
|
|
|
@apply .opacity-0;
|
2018-09-06 05:55:59 +00:00
|
|
|
}
|
|
|
|
|
2019-07-28 03:23:44 +00:00
|
|
|
.fade-enter-active, .fade-appear-active {
|
2019-06-10 02:26:20 +00:00
|
|
|
@apply .opacity-100;
|
2019-06-29 05:17:29 +00:00
|
|
|
transition: opacity 250ms;
|
2018-12-30 23:31:41 +00:00
|
|
|
}
|
|
|
|
|
2019-06-10 02:26:20 +00:00
|
|
|
.fade-exit {
|
|
|
|
@apply .opacity-100;
|
2018-12-30 23:31:41 +00:00
|
|
|
}
|
|
|
|
|
2019-06-10 02:26:20 +00:00
|
|
|
.fade-exit-active {
|
|
|
|
@apply .opacity-0;
|
2019-06-29 05:17:29 +00:00
|
|
|
transition: opacity 250ms;
|
2018-12-30 23:31:41 +00:00
|
|
|
}
|
2019-06-12 05:02:18 +00:00
|
|
|
|
|
|
|
/** @todo fix this, hides footer stuff */
|
|
|
|
div.route-transition-group {
|
|
|
|
@apply .relative;
|
|
|
|
|
|
|
|
& section {
|
|
|
|
@apply .absolute .w-full .pin-t .pin-l;
|
|
|
|
}
|
|
|
|
}
|
2019-06-10 02:26:20 +00:00
|
|
|
/*! purgecss end ignore */
|