mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-10 04:42:40 -05:00
init crater
This commit is contained in:
7
resources/assets/sass/components/transitions.scss
vendored
Normal file
7
resources/assets/sass/components/transitions.scss
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
.fade-enter-active, .fade-leave-active {
|
||||
transition: opacity .2s
|
||||
}
|
||||
|
||||
.fade-enter, .fade-leave-active {
|
||||
opacity: 0
|
||||
}
|
||||
Reference in New Issue
Block a user