From 6ac2de73ab1d6feb41a0f98c8a75f4239ba9fe23 Mon Sep 17 00:00:00 2001 From: zeot Date: Sat, 26 Jan 2019 03:11:56 +0400 Subject: [PATCH] Unused global styles removed --- front/client/App.vue | 12 ------------ 1 file changed, 12 deletions(-) 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;