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 +}