-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from fsinfuhh/feat/prideSpecialFeature
add pride month special feature
- Loading branch information
Showing
3 changed files
with
43 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.pride-pride #dashboard #dashboard-services-container .dashboard-service .service .panel-body .service-icon{ | ||
background: linear-gradient(180deg, | ||
#FE000080 16.66%, | ||
#FD8C0080 16.66%, 33.32%, | ||
#FFE50080 33.32%, 49.98%, | ||
#119F0B80 49.98%, 66.64%, | ||
#0644B380 66.64%, 83.3%, | ||
#C22EDC80 83.3%) | ||
} | ||
|
||
.pride-trans #dashboard #dashboard-services-container .dashboard-service .service .panel-body .service-icon{ | ||
background: linear-gradient(180deg, | ||
#5BCEFA80 20%, | ||
#F5A9B880 20%, 40%, | ||
#FFFFFF80 40%, 60%, | ||
#F5A9B880 60%, 80%, | ||
#5BCEFA80 80%) | ||
} | ||
|
||
.pride-bi #dashboard #dashboard-services-container .dashboard-service .service .panel-body .service-icon{ | ||
background: linear-gradient(180deg, | ||
#D6027080 40%, | ||
#9B4F9680 40%, 60%, | ||
#0038A880 60%) | ||
} | ||
|
||
.pride-non-binary #dashboard #dashboard-services-container .dashboard-service .service .panel-body .service-icon{ | ||
background: linear-gradient(180deg, | ||
#FFF43080 25%, | ||
#FFFFFF80 25%, 50%, | ||
#9C59D180 50%, 75%, | ||
#18181880 75%) | ||
} |
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