Remove background and outline from modal close button
[MAILPOET-2892]
This commit is contained in:
committed by
Veljko V
parent
892ea4a45b
commit
5c604af85c
@@ -95,9 +95,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet-modal-close {
|
.mailpoet-modal-close {
|
||||||
|
background: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: $modal-close-button-size;
|
height: $modal-close-button-size;
|
||||||
|
outline: none;
|
||||||
padding: $modal-close-button-padding;
|
padding: $modal-close-button-padding;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: -$modal-close-button-padding;
|
right: -$modal-close-button-padding;
|
||||||
|
Reference in New Issue
Block a user