From 81403e872bf70db16a27681efee3572bbb981ceb Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 8 Dec 2023 16:08:50 +0200 Subject: [PATCH] UI: Clean css style --- .../home/pages/admin/security-settings.component.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.scss b/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.scss index fcafcb9c95..d9300a5504 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.scss +++ b/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.scss @@ -32,10 +32,4 @@ color: rgba(0, 0, 0, .7); } } - - .hint-icon { - width: 15px; - height: 15px; - vertical-align: top; - } }