WIP MMCM
This commit is contained in:
@@ -29,3 +29,13 @@
|
||||
font-family: 'Montserrat',sans-serif;
|
||||
background-color: #fff;;
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user