From ae037d2161bac41aac685d9722638e7d13ef8803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 8 Mar 2019 17:52:55 +0100 Subject: [PATCH] Fix icon-buttons of content-list component --- .../content-list/content-list.component.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/components/creator/content-list/content-list.component.scss b/src/app/components/creator/content-list/content-list.component.scss index a4da50e34..d81402038 100644 --- a/src/app/components/creator/content-list/content-list.component.scss +++ b/src/app/components/creator/content-list/content-list.component.scss @@ -35,8 +35,9 @@ h2 { } .actionButton { - margin: 20px; - width: 30%; + width: 75%; + height: 75%; + margin: 5px; &:hover { transform: scale(1.25) @@ -57,8 +58,8 @@ mat-tooltip-component { } .actionIcon { - height: 90% !important; - width: 90% !important; - font-size: 48px !important; - text-align: center; + font-size: 50px; + height: 50px; + width: 50px; + line-height: 100%!important; } -- GitLab