From 35aa2aebd1eac1d2df2062a9b42c7e25308ee14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Tue, 12 Feb 2019 21:46:21 +0100 Subject: [PATCH] Adjust button-padding and position --- .../home/new-landing/new-landing.component.scss | 10 ++-------- src/theme/_form.scss | 4 ++++ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/components/home/new-landing/new-landing.component.scss b/src/app/components/home/new-landing/new-landing.component.scss index a4d678cce..8f6a02022 100644 --- a/src/app/components/home/new-landing/new-landing.component.scss +++ b/src/app/components/home/new-landing/new-landing.component.scss @@ -1,22 +1,16 @@ .demo { - margin-bottom: 40px; + margin-bottom: 20px; } form { padding-top: 40px; } -h3 { - color: #4db6ac; - text-align: center; -} - .fab-extended { width: 70%; height: 48px; - padding: 0px; border-radius: 32px; - justify-content: center; + margin-bottom: 10%; } mat-form-field { diff --git a/src/theme/_form.scss b/src/theme/_form.scss index 182efb103..9b78421a3 100644 --- a/src/theme/_form.scss +++ b/src/theme/_form.scss @@ -6,6 +6,10 @@ mat-form-field.input-block { border-top-style: none; } +.mat-fab .mat-button-wrapper { + padding: 0!important; +} + mat-dialog-container { background-color: #bbdefb !important; } -- GitLab