From 85dbc26e7f1c712757d3aad4edb656f2ef6b3335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Mon, 18 Mar 2019 17:45:52 +0100 Subject: [PATCH] Fix redundant code --- .../shared/comment/comment.component.scss | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss index f0cb6ab73..7b26443e9 100644 --- a/src/app/components/shared/comment/comment.component.scss +++ b/src/app/components/shared/comment/comment.component.scss @@ -1,6 +1,7 @@ mat-card { margin-bottom: 20px; - background-color: #b2ebf2; + background-color: #4dd0e1; + cursor: pointer; } mat-card-content>:first-child { @@ -13,16 +14,6 @@ mat-toolbar { background-color: #bbdefb; } -.card-container { - background-color: #4dd0e1; - opacity: 0.7; - border-radius: 2px; -} - -.card-container :hover { - cursor: pointer; -} - mat-icon { color: white; } @@ -38,7 +29,3 @@ mat-icon { .read-icon { color: blue; } - -mat-card-title { - margin: 0px; -} -- GitLab