Commit 985e84a3 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Kushal Pandya

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
......@@ -38,6 +38,11 @@
&.sticky {
position: fixed;
}
&:hover{
color: $ci-output-bg;
background-color: $white-light;
}
}
.autoscroll-container {
......@@ -70,6 +75,10 @@
}
@media (max-width: $screen-sm-max) {
.btn {
padding: 6px 13px;
}
i.fa {
margin-right: 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment