From 5d0a2a63ef33177703244c7f776f2b3c6e944b7a Mon Sep 17 00:00:00 2001 From: zeot Date: Wed, 9 Jan 2019 14:50:55 +0400 Subject: [PATCH] removed unused css --- front/client/components/Categories.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/front/client/components/Categories.vue b/front/client/components/Categories.vue index 59c1f44..117e3bb 100644 --- a/front/client/components/Categories.vue +++ b/front/client/components/Categories.vue @@ -150,12 +150,4 @@ export default class Categories extends Vue { .category-title:not(:last-child) { margin-bottom: 5px; } -.test-btn { - background: #000; - color: #fff; - padding: 8px 14px 7px; - border-radius: 25px; - text-transform: uppercase; - margin: 0 0 20px; -} \ No newline at end of file