Skip to content
Snippets Groups Projects
Commit d78f21d2 authored by charclayt's avatar charclayt
Browse files

modified css file

parent 18847186
No related branches found
No related tags found
No related merge requests found
......@@ -32,16 +32,18 @@ to {
border-bottom: 3px solid transparent;
border-radius: 5px;
width: 100%;
&:hover {
}
.btn:hover {
top: -2px;
border-bottom: 3px solid black;
}
&:active {
.btn:active {
top: 3px;
border-bottom: 0px solid transparent;
box-shadow: inset 0px 2px 10px -4px black;
}
}
.btn-outline-dark:hover {
color: #212529 !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment