Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 66938ac

Browse files
authored
Merge pull request #1224 from ThomasKranitsas/notification-background
Change collapsed notification background to solid color
2 parents 55678ae + cf82c5a commit 66938ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/directives/notification.directive.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
color: $white;
2929
font-size: 18px;
3030
height: 60px;
31-
background: linear-gradient(to bottom, silver 0%, gray 35%, #747474 55%, gray 70%, silver 100%);
31+
background: $tc-gray-90;
3232
padding: 0 15px;
3333
.live{
3434
margin-right: 12px;

0 commit comments

Comments
 (0)