diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-28 17:30:19 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-28 17:30:19 +0200 |
commit | 3d10d260aea0b9faf399d009ed716191a915ade0 (patch) | |
tree | 1ae9530944a09e4195af971fb4db066791a25189 /frontend/src/app/_modals/register-modal/register-modal.component.css | |
parent | 0d3739e71f969f429cb1e036d0b57ad1b52658e1 (diff) |
Redizajn register modala
Diffstat (limited to 'frontend/src/app/_modals/register-modal/register-modal.component.css')
-rw-r--r-- | frontend/src/app/_modals/register-modal/register-modal.component.css | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/frontend/src/app/_modals/register-modal/register-modal.component.css b/frontend/src/app/_modals/register-modal/register-modal.component.css index e69de29b..f8496973 100644 --- a/frontend/src/app/_modals/register-modal/register-modal.component.css +++ b/frontend/src/app/_modals/register-modal/register-modal.component.css @@ -0,0 +1,44 @@ +.modal-content { + text-align: center; + margin: auto; +} + +.modal-footer { + text-align: center; +} + +#registerButton { + color: white; + background-color: #003459; + margin-right: 10px; +} + +#registerButton, +#doNotRegisterButton { + padding: 2% 7%; +} + +.close-button { + margin: 2%; +} + +#link { + text-decoration: underline; +} + +#link:hover { + color: var(--offwhite); + font-size: 110%; +} + +.mat-form-field { + width: 80%; +} + +.wrong-creds { + color: var(--ns-warn); +} + +p { + font-size: 11px; +}
\ No newline at end of file |