diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-09 00:35:24 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-09 00:35:24 +0200 |
commit | 871dd94fc9c5d037bac69d0be95b7e73361949a4 (patch) | |
tree | 68a55a8f9500c5f2a3b040db54a6ef1c5afe5654 /frontend/src/app/_pages/profile/profile.component.css | |
parent | 7bbfc185eaaad9149e23a9f4b249105cb47ccbcf (diff) | |
parent | 6a9016849d5b5e36897395efdb47c0aa39235c69 (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 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/frontend/src/app/_pages/profile/profile.component.css b/frontend/src/app/_pages/profile/profile.component.css index 428870da..bbd4c9ba 100644 --- a/frontend/src/app/_pages/profile/profile.component.css +++ b/frontend/src/app/_pages/profile/profile.component.css @@ -1,21 +1,25 @@ -.card{ +.card { background-color: transparent; - color:var(--offwhite) + color: var(--offwhite) } -.card-header{ +.card-header { background-color: var(--ns-primary-50); - color:var(--offwhite) + color: var(--offwhite) } -.card-body{ + +.card-body { background-color: var(--ns-bg-dark-50); } -mat-form-field{ +mat-form-field { width: 100%; } -.danger-Text{ - color:var(--ns-warn) +.danger-Text { + color: var(--ns-warn) } +.selectedPicture { + background-color: var(--ns-accent); +}
\ No newline at end of file |