salix/front/core/components/scroll-up/style.scss

9 lines
145 B
SCSS
Raw Normal View History

@import "variables";
2019-09-05 11:06:40 +00:00
vn-scroll-up {
right: 0;
top: $topbar-height;
margin: $float-spacing;
2019-09-05 11:06:40 +00:00
display: none;
position: fixed;
}