From 49bf11befc4d35e5a3ab46a9fa553a617e3ba717 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 14:22:24 +0100 Subject: [PATCH] Adjust look of content-choice-creation --- .../content-choice-creator.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss index 687e7d96c..3d0e678f5 100644 --- a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss +++ b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss @@ -1,3 +1,11 @@ form > button { margin: 20px 0; } + +mat-header-cell { + background-color: #ffe0b2; +} + +mat-cell { + background-color: #ffecb3; +} -- GitLab