Fix styling for new x button

This commit is contained in:
Chi Vinh Le
2018-01-05 18:56:13 +01:00
parent 918aa6988b
commit 4a259d09e4
+1 -1
View File
@@ -23,6 +23,7 @@
}
.closeButton {
composes: buttonReset from 'coral-framework/styles/reset.css';
position: absolute;
width: 40px;
height: 40px;
@@ -34,7 +35,6 @@
top: 60px;
box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.15);
text-align: center;
padding-top: 10px;
cursor: pointer;
&:hover {