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