Skip to content

Commit 9c1a981

Browse files
committed
Remove notificatons BG color from being set in component
1 parent ea34875 commit 9c1a981

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/css/notifications.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
wpcampus-notifications {
2-
--notifications-bg-color: #e4eaf4;
32
display: block;
43
color: #222;
54
font-size: 0.95rem;
@@ -40,7 +39,6 @@ wpcampus-notifications .wpc-notification .wpc-notification__message {
4039
}
4140
wpcampus-notifications .wpc-notifications {
4241
height: auto;
43-
background: var(--notifications-bg-color);
4442
opacity: 1;
4543
transition: all 1s;
4644
}

0 commit comments

Comments
 (0)