Skip to content
Snippets Groups Projects
Commit 985e84a3 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Kushal Pandya
Browse files

added hoverstate on buttons, plus added spacing to make them more square when...

added hoverstate on buttons, plus added spacing to make them more square when only the arrows are visible
parent 7f6ac4f4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -38,6 +38,11 @@
&.sticky {
position: fixed;
}
&:hover{
color: $ci-output-bg;
background-color: $white-light;
}
}
 
.autoscroll-container {
Loading
Loading
@@ -70,6 +75,10 @@
}
 
@media (max-width: $screen-sm-max) {
.btn {
padding: 6px 13px;
}
i.fa {
margin-right: 0;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment