bootstrap/site/assets/scss/_skippy.scss

14 lines
189 B
SCSS

.skippy {
position: fixed;
top: .5rem;
left: .5rem;
z-index: $zindex-fixed;
padding: .5rem;
color: $white;
background-color: $bd-purple;
&:hover {
color: $white;
}
}