aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/profile/profile.component.css
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-24 06:31:08 +0100
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-24 06:31:08 +0100
commit042482a1bbd6ea3460acf3d71bfe3ef64b05524a (patch)
treee79413f97a8c9f97c978b5048ab89278ab0e6a41 /frontend/src/app/_pages/profile/profile.component.css
parent0aa45260963dbf0a52726f791c3813928a1bcebc (diff)
parent1113f094ffee030fd9892deb7577927419860013 (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
# Conflicts: # frontend/src/app/app.module.ts
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;
+}