diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/user-update-form/user-update-form.component.scss b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/user-update-form/user-update-form.component.scss index cbd1e92..e69de29 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/user-update-form/user-update-form.component.scss +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/app/components/forms/user-update-form/user-update-form.component.scss @@ -1,43 +0,0 @@ -.dd-container { - display: flex; - flex-direction: column; - padding: 0; - margin: 1rem 0 1rem 0; - justify-content: space-evenly; -} - -.dd-row { - display: flex; - flex-direction: row; - padding: 0; - margin: 0; -} - -.input-row { - justify-content: space-evenly; -} - -.button-row { - align-items: center; - justify-content: center; -} - -mat-form-field { - width: 100%; - margin: 0 1rem 0 1rem; -} - -.dd-row button { - margin: 0 1rem 0 1rem; -} - -.dd-container mat-divider { - margin: 0 0 1rem 0; - padding: 0; -} - -@for $i from 1 through 20 { - .w#{$i * 5}p { - width: #{$i * 5 + "%"}; - } -} \ 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 5692efd..414f1d6 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/styles.scss +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/src/styles.scss @@ -47,4 +47,49 @@ code { .mdc-tab__text-label{ font-size: medium; +} + +//Layout +.dd-container { + display: flex; + flex-direction: column; + padding: 0; + margin: 1rem 0 1rem 0; + justify-content: space-evenly; +} + +.dd-row { + display: flex; + flex-direction: row; + padding: 0; + margin: 0; +} + +.input-row { + justify-content: space-evenly; +} + +.button-row { + align-items: center; + justify-content: center; +} + +mat-form-field { + width: 100%; + margin: 0 1rem 0 1rem; +} + +.dd-row button { + margin: 0 1rem 0 1rem; +} + +.dd-container mat-divider { + margin: 0 0 1rem 0; + padding: 0; +} + +@for $i from 1 through 20 { + .w#{$i * 5}p { + width: #{$i * 5 + "%"}; + } } \ No newline at end of file