Change of color and hover effect of x - action button for closing the modals [SCI-8140]

This commit is contained in:
Giga Chubinidze 2023-04-03 19:32:22 +04:00
parent b3889de17b
commit eb7ff9a5ff

View file

@ -128,6 +128,7 @@
}
.close {
color: $color-volcano;
line-height: 25px;
margin: 0;
@ -135,6 +136,10 @@
border: 0;
outline: 0;
}
&:hover, &:focus {
opacity: 0.2;
}
}
}
}