diff --git a/front/client/App.vue b/front/client/App.vue index 398c471..c9cf3b0 100644 --- a/front/client/App.vue +++ b/front/client/App.vue @@ -46,18 +46,6 @@ code.sourceCode { .sourceCode:not(:last-child) code.sourceCode { margin: 0 0 15px; } -/* Transition styles */ -/* .slidedown-enter-active { - transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1); -} - -.slidedown-leave-active { - transition: transform .3s cubic-bezier(0.895, 0.03, 0.685, 0.22); -} - -.slidedown-enter, .slidedown-leave-to { - transform: scaleY(0); -} */ a { text-decoration-line: none; color: #0061c0;