changed hover trigger
This commit is contained in:
@@ -52,9 +52,9 @@
|
|||||||
inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
|
inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
|
||||||
|
|
||||||
border: 1px solid #003f72;
|
border: 1px solid #003f72;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover .button {
|
||||||
background: linear-gradient(-180deg, #004093 0%, #22a4f3 100%);
|
background: linear-gradient(-180deg, #004093 0%, #22a4f3 100%);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,8 +79,9 @@
|
|||||||
#003366 0px 2px 0px 4px,
|
#003366 0px 2px 0px 4px,
|
||||||
#00ccff 2.5px 6px 0px 4px,
|
#00ccff 2.5px 6px 0px 4px,
|
||||||
#00529b -1px -2.5px 0px 5.5px;
|
#00529b -1px -2.5px 0px 5.5px;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover .button {
|
||||||
background: #0054b0;
|
background: #0054b0;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
@@ -90,5 +91,4 @@
|
|||||||
rgb(30, 125, 191) 100%
|
rgb(30, 125, 191) 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user