Adjusted default CSS with new default CC background color
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@define-color cc-bg rgba(0, 0, 0, 0.7);
|
||||
@define-color cc-bg rgba(46, 46, 46, 0.7);
|
||||
|
||||
@define-color noti-border-color rgba(255, 255, 255, 0.15);
|
||||
@define-color noti-bg rgba(48, 48, 48, 0.8);
|
||||
@@ -44,7 +44,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
|
||||
text-shadow: none;
|
||||
padding: 0;
|
||||
border-radius: 100%;
|
||||
$margin: 6px;
|
||||
$margin: 5px;
|
||||
margin-top: $margin;
|
||||
margin-right: $margin;
|
||||
box-shadow: none;
|
||||
@@ -110,7 +110,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
|
||||
.notification-content {
|
||||
background: transparent;
|
||||
border-radius: $border-radius;
|
||||
$margin: 8px;
|
||||
$margin: 4px;
|
||||
|
||||
.image {
|
||||
/* Notification Primary Image */
|
||||
@@ -143,7 +143,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
|
||||
background: transparent;
|
||||
color: #{"@text-color"};
|
||||
text-shadow: none;
|
||||
margin-right: 24px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
.body {
|
||||
/* Notification body */
|
||||
|
Reference in New Issue
Block a user