From d596e314e48df1249f34b368dd61c55def32343d Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Mon, 1 Jul 2019 19:12:12 +0300 Subject: [PATCH] fix(auth): make social icons bigger (#1659) --- src/framework/auth/components/auth.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/framework/auth/components/auth.component.scss b/src/framework/auth/components/auth.component.scss index b71a3ca0f7..da94ab5e1f 100644 --- a/src/framework/auth/components/auth.component.scss +++ b/src/framework/auth/components/auth.component.scss @@ -18,6 +18,10 @@ } } + .links nb-icon { + font-size: 2.5rem; + } + nb-card-body { display: flex; width: 100%;