Commit f4ba9214 authored by Erik Reider's avatar Erik Reider

Increased default notification border radius

parent 17deb981
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
} }
.notification { .notification {
border-radius: 10px; border-radius: 12px;
margin: 6px 12px; margin: 6px 12px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
0 1px 3px 1px rgba(0, 0, 0, 0.7), 0 1px 3px 1px rgba(0, 0, 0, 0.7),
...@@ -35,26 +35,26 @@ ...@@ -35,26 +35,26 @@
.low { .low {
background: yellow; background: yellow;
padding: 6px; padding: 6px;
border-radius: 10px; border-radius: 12px;
} }
.normal { .normal {
background: green; background: green;
padding: 6px; padding: 6px;
border-radius: 10px; border-radius: 12px;
} }
.critical { .critical {
background: red; background: red;
padding: 6px; padding: 6px;
border-radius: 10px; border-radius: 12px;
} }
*/ */
.notification-content { .notification-content {
background: transparent; background: transparent;
padding: 6px; padding: 6px;
border-radius: 10px; border-radius: 12px;
} }
.close-button { .close-button {
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
} }
.notification-default-action { .notification-default-action {
border-radius: 10px; border-radius: 12px;
} }
/* When alternative actions are visible */ /* When alternative actions are visible */
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
.body-image { .body-image {
margin-top: 6px; margin-top: 6px;
background-color: white; background-color: white;
border-radius: 10px; border-radius: 12px;
} }
.summary { .summary {
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
background: @noti-bg; background: @noti-bg;
border: 1px solid @noti-border-color; border: 1px solid @noti-border-color;
box-shadow: none; box-shadow: none;
border-radius: 10px; border-radius: 12px;
} }
.control-center-clear-all:hover { .control-center-clear-all:hover {
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
} }
.control-center-dnd { .control-center-dnd {
border-radius: 10px; border-radius: 12px;
background: @noti-bg; background: @noti-bg;
border: 1px solid @noti-border-color; border: 1px solid @noti-border-color;
box-shadow: none; box-shadow: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment