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

Change collapsed notification background to solid color #1224

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/css/directives/notification.directive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
color: $white;
font-size: 18px;
height: 60px;
background: linear-gradient(to bottom, silver 0%, gray 35%, #747474 55%, gray 70%, silver 100%);
background: $tc-gray-90;
padding: 0 15px;
.live{
margin-right: 12px;
Expand Down