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 {
.icon {
opacity: 100%;
opacity: 1;
right: -2.5rem;
}
}
.icon {
opacity: 0%;
opacity: 0;
position: absolute;
top: 35%;
right: 0;