Skip to content
Snippets Groups Projects
Commit e6ac93b1 authored by Alok Singh's avatar Alok Singh Committed by Abhiyanshu
Browse files

Issue #3492158: When hover on button, it goes up, needs to be fixed

parent 866d581d
No related branches found
No related tags found
1 merge request!20revolt-3492158: When hover on button, it goes up, needs to be fixed.
Pipeline #413096 passed
......@@ -530,7 +530,6 @@ input[type=range]::-webkit-slider-thumb {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.button:hover {
transform: translateY(-5px);
border-radius: 1.5rem;
}
......
......@@ -4,7 +4,7 @@
outline: none;
line-height: 40px;
padding: 0 30px;
font-size: .8em;
font-size: 0.8em;
text-align: center;
text-decoration: none;
font-weight: 500;
......@@ -17,10 +17,10 @@
transition: all 0.3s ease 0s;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
&:hover {
transform: translateY(-5px);
border-radius: 1.5rem;
}
}
.button {
@extend %default-button;
}
......@@ -30,11 +30,11 @@
.button--primary,
.button-primary {
color: #fff;
background: #140C40;
background: #140c40;
border: 1px solid transparent;
&:hover {
color: #140C40;
border: 1px solid #140C40;
color: #140c40;
border: 1px solid #140c40;
background: #fff;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment