From b1011c3ea2e6cbc50241331cb7ba44c260847efe Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 11 Nov 2024 15:29:55 +0100 Subject: [PATCH] =?UTF-8?q?refactor(style.css):=20R=C3=BCckg=C3=A4ngig=20g?= =?UTF-8?q?emacht.=20=20-=20Spezifisches=20CSS=20zu=20rep-create-form.comp?= =?UTF-8?q?onent.scss=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../forms/rep-create-form/rep-create-form.component.scss | 8 ++++++++ .../ClientApp/user_manager_ui/src/styles.scss | 7 +++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/rep-create-form/rep-create-form.component.scss b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/rep-create-form/rep-create-form.component.scss index e69de29..bad2f2c 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/rep-create-form/rep-create-form.component.scss +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/rep-create-form/rep-create-form.component.scss @@ -0,0 +1,8 @@ +.dd-row mat-form-field { + margin: 1rem 0rem 0rem 0rem; +} + +.dd-row mat-slide-toggle { + margin: 1rem 0rem 1rem 0rem; + padding: 0; +} \ No newline at end of file diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/styles.scss b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/styles.scss index 6f25563..300a04c 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/styles.scss +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/styles.scss @@ -77,7 +77,7 @@ code { .dd-row mat-form-field { width: 100%; - margin: 1rem 0rem 0rem 0rem; + margin: 0 1rem 0 1rem; } .dd-row mat-checkbox { @@ -87,8 +87,7 @@ code { .dd-row mat-slide-toggle { width: 100%; - margin: 1rem 0rem 1rem 0rem; - padding: 0; + margin: 0 1rem 1rem 1rem; } .dd-row button { @@ -104,4 +103,4 @@ code { .w#{$i * 5}p { width: #{$i * 5 + "%"} !important; } -} \ No newline at end of file +}