This commit is contained in:
Andrey Savihin 2019-12-26 15:11:44 +03:00
commit fec0cf5bb7
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "asc-web-components",
"version": "1.0.273",
"version": "1.0.274",
"description": "Ascensio System SIA component library",
"license": "AGPL-3.0",
"main": "dist/asc-web-components.js",

View File

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