Add modal border radius
[MAILPOET-2804]
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
.mailpoet-modal-frame {
|
.mailpoet-modal-frame {
|
||||||
background: white;
|
background: white;
|
||||||
border: $modal-border-width solid $modal-light-gray-500;
|
border: $modal-border-width solid $modal-light-gray-500;
|
||||||
|
border-radius: 4px;
|
||||||
box-shadow: $modal-shadow-modal;
|
box-shadow: $modal-shadow-modal;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Reference in New Issue
Block a user