added margin and round corners to notifications

This commit is contained in:
Niels Lyngsø
2019-03-25 11:37:05 +01:00
parent e6720a175c
commit 84e4189b45

View File

@@ -22,7 +22,14 @@
font-size: 14px;
border: none;
position: relative;
margin-bottom: 0;
border-radius: 10px;
margin: 10px;
.close {
top: 0;
right: -6px;
opacity: 0.4;
}
}
.umb-notifications__notification.-extra-padding {