summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/profile.css34
1 files changed, 33 insertions, 1 deletions
diff --git a/public/css/profile.css b/public/css/profile.css
index 8f212dd..112b1bf 100644
--- a/public/css/profile.css
+++ b/public/css/profile.css
@@ -119,7 +119,7 @@ body {
border-bottom: 3px solid var(--logo) !important;
}
-#about {
+#about, #friends {
margin-top: 2em;
align-self: center;
padding: 0;
@@ -160,4 +160,36 @@ body {
.logout {
flex: 1;
+}
+
+.follow {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 40px;
+ width: 175px;
+ background-color: var(--secondary);
+ border-radius: 10px;
+ cursor: pointer;
+}
+
+.follow>span {
+ color: var(--medium);
+}
+
+.friend {
+ background-color: var(--logo);
+ border: 1px solid var(#ffffff)
+}
+
+.friend>span {
+ color: #ffffff;
+}
+
+.right {
+ flex: 1;
+ display: flex;
+ justify-content: end;
+ align-items: center;
+ padding-right: 50px;
} \ No newline at end of file