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 {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user