|
@@ -150,7 +150,7 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
- padding: 20px;
|
|
|
|
|
|
|
+ padding: 10px;
|
|
|
/* reset default button styling */
|
|
/* reset default button styling */
|
|
|
background: none;
|
|
background: none;
|
|
|
border: none;
|
|
border: none;
|
|
@@ -162,6 +162,10 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.main__notification-close:active:focus {
|
|
|
|
|
+ outline: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
@keyframes fadeIn {
|
|
@keyframes fadeIn {
|
|
|
from {
|
|
from {
|
|
|
opacity: 0;
|
|
opacity: 0;
|