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

29 lines
504 B
SCSS

@charset "utf-8";
@import "variables";
.go-back-top {
background: #347018;
text-align: center;
padding: 0.625em 0.75em;
position: fixed;
bottom: 0.9375em;
right: 0.9375em;
cursor: pointer;
display: none;
color: $theme-white;
border-radius: 0.125em;
z-index: 1050;
border-radius: 4em;
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
&:hover {
background: #b1000c;
transition: all 0.3s linear 0s;
}
}