Remove background and outline from modal close button

[MAILPOET-2892]
This commit is contained in:
Rostislav Wolny
2020-05-12 15:06:52 +02:00
committed by Veljko V
parent 892ea4a45b
commit 5c604af85c

View File

@@ -95,9 +95,11 @@
}
.mailpoet-modal-close {
background: none;
border: 0;
cursor: pointer;
height: $modal-close-button-size;
outline: none;
padding: $modal-close-button-padding;
position: relative;
right: -$modal-close-button-padding;