Web: Components: fixed modal-dialog exit-icon color

This commit is contained in:
Nikita Gopienko 2019-12-26 15:00:45 +03:00
parent 2f4832eef9
commit 5240824094

View File

@ -45,6 +45,13 @@ const CloseButton = styled.a`
width: 16px;
height: 16px;
&:hover {
&:before,
&:after {
background-color: #657077;
}
}
&:before,
&:after {
position: absolute;