From 1e2172628bb0a1cc937b0d63275aee33e5f765ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 25 Jan 2019 21:00:29 +0100 Subject: [PATCH] Format css code --- .../content-groups.component.scss | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/components/shared/content-groups/content-groups.component.scss b/src/app/components/shared/content-groups/content-groups.component.scss index cccc30269..5685fa9c4 100644 --- a/src/app/components/shared/content-groups/content-groups.component.scss +++ b/src/app/components/shared/content-groups/content-groups.component.scss @@ -2,17 +2,17 @@ .mat-card { background-color: #bbdefb; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); - overflow: hidden; - position: relative; - top: 0; - text-align: center; - transition: all 0.25s; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); + overflow: hidden; + position: relative; + top: 0; + text-align: center; + transition: all 0.25s; - &:hover { - cursor: pointer; - background-color: mat-color($arsnova-primary, 200); - top: -15px; - box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); - } + &:hover { + cursor: pointer; + background-color: mat-color($arsnova-primary, 200); + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } } -- GitLab