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

14 lines
195 B
SCSS
Raw Normal View History

@import "variables";
2019-09-05 11:06:40 +00:00
vn-scroll-up {
2021-05-25 08:01:18 +00:00
left: 50%;
top: $topbar-height;
2021-05-25 08:01:18 +00:00
margin: 0;
2019-09-05 11:06:40 +00:00
display: none;
position: fixed;
2021-05-25 08:01:18 +00:00
z-index: 10;
vn-icon {
font-size: 60px
}
2019-09-05 11:06:40 +00:00
}