diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-20 00:28:05 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-20 00:28:05 +0200 |
commit | 423faeef851d141d02cbebb59be1d9f9e2c2a9d1 (patch) | |
tree | 7efac7bd0b2d42fa82aa1218dea4b8c4f3f33f5c /frontend/src/app/_pages/profile/profile.component.css | |
parent | 4229eae95fb6daab9ccb6ab0ae05e29689588eb2 (diff) | |
parent | 638f410ad569c632c8dab6cdf66d6b5fd90d5b0c (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
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 |