sfizz/docs/_assets/scss/style.scss

42 lines
798 B
SCSS

$blue: #337ab7;
$navbar-dark-color: rgba(#fff, .75);
$navbar-dark-hover-color: #fff;
@import "../../node_modules/bootstrap/scss/bootstrap";
@import "syntax-highlight";
@import "google-cse";
/* Styles applied site-wide. */
.navbar, .card-header {
background-color: #222;
}
aside .card-body {
padding: 0.5rem;
}
aside .nav-link {
padding: 0.35rem 0.25rem;
}
pre {
padding: 0.5rem 0.75rem;
border: 2px solid rgba($black, .2);
border-radius: 0.50rem;
}
#scrollButton {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.5);
cursor: pointer;
padding: 6px;
border-radius: 50%;
}
#scrollButton:hover {
background-color: rgba(255, 255, 255, 0.8);
}