diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-19 23:35:09 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-19 23:35:09 +0200 |
commit | 104616db42f10c5a009b3e23e599e8e7bad939c2 (patch) | |
tree | 437d0584298df115bcf99ad59f306dcfef2afd1b /frontend/src/app/_pages/profile/profile.component.css | |
parent | 518943953e2bc182297647a29bc3a2ea65cc5ed0 (diff) |
Profile-page: sredjena izmena podataka i lozinke i dijalozi i bagovi
Diffstat (limited to 'frontend/src/app/_pages/profile/profile.component.css')
-rw-r--r-- | frontend/src/app/_pages/profile/profile.component.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/app/_pages/profile/profile.component.css b/frontend/src/app/_pages/profile/profile.component.css index bbd4c9ba..48b1304b 100644 --- a/frontend/src/app/_pages/profile/profile.component.css +++ b/frontend/src/app/_pages/profile/profile.component.css @@ -22,4 +22,9 @@ mat-form-field { .selectedPicture { background-color: var(--ns-accent); +} + +.mat-raised-button { + width: 180px !important; + height: 50px !important; }
\ No newline at end of file |