nfu-nfupme/assets/stylesheets/template/base/_go_back_top.scss

25 lines
415 B
SCSS

@charset "utf-8";
@import "variables";
.go-back-top {
color: #fff;
background-color:#464646;
text-align: center;
padding: 0.625em 0.75em;
position: fixed;
bottom: 0.9375em;
right: 0.9375em;
cursor: pointer;
display: none;
font-size: 0.750em;
border-radius: 0.125em;
z-index: 1050;
&:hover {
box-shadow: 0 0 5px 0 #ffffff;
background-color: #ffffff;
color:#464646;
}
}