From 888db7d8a669aedfe166a6516fb111fe44d0b8fa Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 20 Feb 2019 13:49:25 +0100 Subject: [PATCH] button styles fixed --- front/core/components/button/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/core/components/button/style.scss b/front/core/components/button/style.scss index 47df4f7ef..8a5d7bb59 100644 --- a/front/core/components/button/style.scss +++ b/front/core/components/button/style.scss @@ -1,5 +1,5 @@ vn-button { - & i[class="material-icons"] { + i.material-icons { margin-top: 6px; } } \ No newline at end of file