1
0
Fork 0
mirror of synced 2024-06-11 23:34:45 +12:00
appwrite/public/styles/comps/scroll.less
2020-01-27 10:21:34 +02:00

31 lines
526 B
Plaintext

[data-views-current="0"],
[data-views-current="1"] {
.scroll-to {
opacity: 0!important;
}
}
.scroll-to-top, .scroll-to-bottom {
.scroll-to {
opacity: 1;
}
}
.scroll-to {
opacity: 0;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
position: fixed;
transform: translateZ(0);
margin: 30px;
padding: 0;
bottom: 0;
font-size: 18px;
z-index: 100000;
transition: opacity .15s ease-in-out;
.func-end(0);
}