From 01568ae826841a036aecc2aed83ffccf89a08629 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:43 +0100 Subject: [PATCH] Adjust look of content-likert-creation --- .../content-likert-creator.component.html | 2 +- .../content-likert-creator.component.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/components/creator/content-likert-creator/content-likert-creator.component.html b/src/app/components/creator/content-likert-creator/content-likert-creator.component.html index b1e787a3a..d5220fee0 100644 --- a/src/app/components/creator/content-likert-creator/content-likert-creator.component.html +++ b/src/app/components/creator/content-likert-creator/content-likert-creator.component.html @@ -1,4 +1,4 @@ -<form (ngSubmit)="submitContent()"> +<form (ngSubmit)="submitContent()" fxLayout="column" fxLayoutGap="20px"> <mat-divider></mat-divider> <mat-table #table [dataSource]="displayAnswers"> <ng-container matColumnDef="label"> diff --git a/src/app/components/creator/content-likert-creator/content-likert-creator.component.scss b/src/app/components/creator/content-likert-creator/content-likert-creator.component.scss index 687e7d96c..3d0e678f5 100644 --- a/src/app/components/creator/content-likert-creator/content-likert-creator.component.scss +++ b/src/app/components/creator/content-likert-creator/content-likert-creator.component.scss @@ -1,3 +1,11 @@ form > button { margin: 20px 0; } + +mat-header-cell { + background-color: #ffe0b2; +} + +mat-cell { + background-color: #ffecb3; +} -- GitLab