This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style + feat: fixed groups + added updated news feed
- Loading branch information
Showing
6 changed files
with
73 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
h3 { | ||
color: #212121; | ||
font-size: 14px; | ||
} | ||
|
||
.dashboard-icon { | ||
color: #212121; | ||
margin-right: 0.8em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2290c66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ 1 / 6 Rules Failed
🔁 Block out-of-date pull requests
👉 You can review your rules settings at smart policy management 👈
👉 click here to view a full list of the events 👈
2290c66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ 1 / 6 Rules Failed
🔁 Block out-of-date pull requests
👉 You can review your rules settings at smart policy management 👈
👉 click here to view a full list of the events 👈