Fix unwanted border radius where card meets the red close button
This commit is contained in:
@@ -30,7 +30,9 @@
|
|||||||
.notification-card.menu {
|
.notification-card.menu {
|
||||||
background: $base;
|
background: $base;
|
||||||
border: 0.15em solid $base;
|
border: 0.15em solid $base;
|
||||||
border-radius: 0.4em;
|
border-radius: 0em;
|
||||||
|
border-bottom-left-radius: 0.4em;
|
||||||
|
border-top-left-radius: 0.4em;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user