Port activation to vuejs
This commit is contained in:
@@ -235,4 +235,19 @@ tr:hover .table-actions {
|
||||
|
||||
fieldset > * {
|
||||
margin: 6px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.slide-fade-enter-active {
|
||||
transition: all 0.2s ease-out;
|
||||
}
|
||||
|
||||
.slide-fade-leave-active {
|
||||
transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
|
||||
}
|
||||
|
||||
.slide-fade-enter-from,
|
||||
.slide-fade-leave-to {
|
||||
transform: translateX(20px);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user