Add modal border radius

[MAILPOET-2804]
This commit is contained in:
Jan Jakeš
2020-03-31 13:09:38 +02:00
committed by Veljko V
parent bd83fec5bc
commit e237eb33b1

View File

@@ -22,6 +22,7 @@
.mailpoet-modal-frame {
background: white;
border: $modal-border-width solid $modal-light-gray-500;
border-radius: 4px;
box-shadow: $modal-shadow-modal;
box-sizing: border-box;
height: 100%;