Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf82c5a

Browse files
committedAug 1, 2017
Change collapsed notification background to solid color
1 parent 55678ae commit cf82c5a

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)
This repository has been archived.