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-border-color rgba(255, 255, 255, 0.15);
|
||||||
@define-color noti-bg rgba(48, 48, 48, 0.8);
|
@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;
|
text-shadow: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
$margin: 6px;
|
$margin: 5px;
|
||||||
margin-top: $margin;
|
margin-top: $margin;
|
||||||
margin-right: $margin;
|
margin-right: $margin;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@@ -110,7 +110,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
|
|||||||
.notification-content {
|
.notification-content {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
$margin: 8px;
|
$margin: 4px;
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
/* Notification Primary Image */
|
/* Notification Primary Image */
|
||||||
@@ -143,7 +143,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
color: #{"@text-color"};
|
color: #{"@text-color"};
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
margin-right: 24px;
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
.body {
|
.body {
|
||||||
/* Notification body */
|
/* Notification body */
|
||||||
|
Reference in New Issue
Block a user