Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

scroll-button.scss 381 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  1. button.arrow-for-scrolling-top {
  2. opacity: 0;
  3. transition: 0.2s;
  4. background-color: var(--color-auto-blue-5);
  5. color: var(--color-text-inverse);
  6. position: fixed;
  7. bottom: $spacer-2;
  8. right: $spacer-2;
  9. display: block;
  10. width: 40px;
  11. height: 40px;
  12. border-radius: 50%;
  13. margin-right: $spacer-1;
  14. &.show {
  15. opacity: 1;
  16. border: none;
  17. transition: 0.2s;
  18. }
  19. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...