From 049b5140db75d7ce55c052ec6797dd8b43bc48a4 Mon Sep 17 00:00:00 2001 From: Joan Date: Wed, 7 Nov 2018 14:59:13 +0100 Subject: [PATCH] fixed icons & module name styles --- client/core/src/styles/fontello-codes.css | 4 ++-- client/salix/src/components/home/style.scss | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/core/src/styles/fontello-codes.css b/client/core/src/styles/fontello-codes.css index 4f26b6d93..901d8bcae 100644 --- a/client/core/src/styles/fontello-codes.css +++ b/client/core/src/styles/fontello-codes.css @@ -3,7 +3,7 @@ .icon-volume:before { content: '\e801'; } /* '' */ .icon-barcode:before { content: '\e802'; } /* '' */ .icon-bucket:before { content: '\e803'; } /* '' */ -.icon-accesory:before { content: '\e804'; } /* '' */ +.icon-accessory:before { content: '\e804'; } /* '' */ .icon-dfiscales:before { content: '\e805'; } /* '' */ .icon-doc:before { content: '\e806'; } /* '' */ .icon-eye:before { content: '\e807'; } /* '' */ @@ -39,7 +39,7 @@ .icon-entry:before { content: '\e829'; } /* '' */ .icon-traceability:before { content: '\e82a'; } /* '' */ .icon-transaction:before { content: '\e82b'; } /* '' */ -.icon-verde:before { content: '\e82c'; } /* '' */ +.icon-greenery:before { content: '\e82c'; } /* '' */ .icon-regentry:before { content: '\e82d'; } /* '' */ .icon-plant:before { content: '\e82e'; } /* '' */ .icon-artificial:before { content: '\e82f'; } /* '' */ diff --git a/client/salix/src/components/home/style.scss b/client/salix/src/components/home/style.scss index 877a15def..66a871089 100644 --- a/client/salix/src/components/home/style.scss +++ b/client/salix/src/components/home/style.scss @@ -44,7 +44,6 @@ vn-home { } & > h4 { text-align: center; - padding-top: .4em; font-size: 16pt; text-overflow: ellipsis; white-space: nowrap;