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

10 lines
161 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;
2021-05-18 08:20:15 +00:00
z-index: 10
2019-09-05 11:06:40 +00:00
}