2020-05-08 11:23:06 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2019-09-05 11:06:40 +00:00
|
|
|
vn-scroll-up {
|
2021-05-25 08:01:18 +00:00
|
|
|
left: 50%;
|
2020-05-08 11:23:06 +00:00
|
|
|
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
|
|
|
}
|