popping out mode btn
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
-webkit-transform: scale(1, 1);
|
-webkit-transform: scale(1, 1);
|
||||||
transform: scale(1, 1);
|
transform: scale(1, 1);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
z-index: 1;
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 10;
|
z-index: 1;
|
||||||
> svg {
|
> svg {
|
||||||
fill: $black;
|
fill: $black;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
|||||||
Reference in New Issue
Block a user