aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/profile/profile.component.css
diff options
context:
space:
mode:
authorNevena Bojovic <nenabojov@gmail.com>2022-03-23 23:26:31 +0100
committerNevena Bojovic <nenabojov@gmail.com>2022-03-23 23:26:31 +0100
commitf0a88649cd897d34dc13564b6da4c880e8ada1f4 (patch)
treed71ab632c6edebf5c293bacb2d1704a622c90213 /frontend/src/app/_pages/profile/profile.component.css
parent62c1318ed805ea0fe4c2c5244f279858bd56cf30 (diff)
parent7c9c0653c68ecd5ad7e9c5b48922874fd6901fb1 (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_pages/profile/profile.component.css')
-rw-r--r--frontend/src/app/_pages/profile/profile.component.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/frontend/src/app/_pages/profile/profile.component.css b/frontend/src/app/_pages/profile/profile.component.css
index 8c2ffa88..5565d105 100644
--- a/frontend/src/app/_pages/profile/profile.component.css
+++ b/frontend/src/app/_pages/profile/profile.component.css
@@ -4,13 +4,11 @@ color:#69707a;
}
.img-account-profile {
height: 10rem;
+ border: 1px solid lightgray;
}
.rounded-circle {
border-radius: 50% !important;
}
-.card {
- box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
-}
.card .card-header {
font-weight: 500;
}
@@ -40,3 +38,7 @@ color:#69707a;
border-radius: 0.35rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
+
+.selectedPicture {
+ border: 2px solid darkgray;
+}