generated from gitea_admin/default
ajout de strapi
This commit is contained in:
9
app/assets/scss/layout/_layout.scss
Normal file
9
app/assets/scss/layout/_layout.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.page-enter-active,
|
||||
.page-leave-active {
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
.page-enter-from,
|
||||
.page-leave-to {
|
||||
opacity: 0;
|
||||
filter: grayscale(66%) brightness(0.2);
|
||||
}
|
||||
Reference in New Issue
Block a user