Opacity should have float value.

This commit is contained in:
2021-01-02 14:42:14 +01:00
parent 8044759264
commit 6c4b6588d2

View File

@@ -118,13 +118,13 @@
&:hover { &:hover {
.icon { .icon {
opacity: 100%; opacity: 1;
right: -2.5rem; right: -2.5rem;
} }
} }
.icon { .icon {
opacity: 0%; opacity: 0;
position: absolute; position: absolute;
top: 35%; top: 35%;
right: 0; right: 0;