-
-
-
-
-
-
-
-
+
diff --git a/style/groups-about.scss b/style/groups-about.scss
index ba5ce81..083404b 100644
--- a/style/groups-about.scss
+++ b/style/groups-about.scss
@@ -2,6 +2,8 @@
background-color: white;
border-radius: 5px;
position: sticky;
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
+ height: 38em;
}
.groups-about-box h5 {
@@ -10,8 +12,8 @@
}
.groups-brand {
- margin-top: 4.5em;
- margin-bottom: 2.5em;
+ margin-top: 3em;
+ margin-bottom: 1.5em;
display: flex;
align-items: center;
justify-content: center;
@@ -73,5 +75,8 @@
}
.group-members h5 {
- color: black;
+ color: white;
+ margin-bottom: 5em;
+
}
+
diff --git a/style/groups-filter.scss b/style/groups-filter.scss
new file mode 100644
index 0000000..71ad047
--- /dev/null
+++ b/style/groups-filter.scss
@@ -0,0 +1,19 @@
+.filter-feed {
+ color: #0060df;
+ margin-right: 15px;
+ font-size: 13px;
+ height: 20px;
+ width: 6em;
+ border-radius: 25px;
+ border: none;
+ background-color: transparent;
+ }
+
+ .filter-active-feed {
+ background-color: #0060df;
+ color: white;
+ &:hover {
+ color: white;
+ }
+ }
+
\ No newline at end of file
diff --git a/style/groups.scss b/style/groups.scss
new file mode 100644
index 0000000..84442f9
--- /dev/null
+++ b/style/groups.scss
@@ -0,0 +1,9 @@
+h3 {
+ color: #212121;
+ font-size: 14px;
+ }
+
+ .dashboard-icon {
+ color: #212121;
+ margin-right: 0.8em;
+ }
\ No newline at end of file
diff --git a/style/news-feed.scss b/style/news-feed.scss
index 66b522a..6c64b29 100644
--- a/style/news-feed.scss
+++ b/style/news-feed.scss
@@ -45,13 +45,13 @@
}
.feed-user {
- text-decoration: underline;
+ text-decoration: none;
color: #0060df;
background-color: #f5f7ff;
&:hover {
color: #0060df;
background-color: #f5f7ff;
- text-decoration: none;
+ text-decoration: underline;
}
}
@@ -121,6 +121,7 @@
.news-pin {
background-color: transparent;
+ transform: rotate(-35deg);
margin-right: 15px;
border-radius: 25px;
border: none;
RECENT ACTIVITY
-
+
+
+
+
+
+