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

shadows.scss 593 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
21
22
23
24
25
26
27
28
29
30
31
32
33
  1. .hover-shadow {
  2. /* & {
  3. transition: box-shadow 0.3s ease-in-out;
  4. &:hover {
  5. box-shadow: var(--color-shadow-small) !important;
  6. }
  7. }
  8. &-medium {
  9. transition: box-shadow 0.3s ease-in-out;
  10. &:hover {
  11. box-shadow: var(--color-shadow-medium) !important;
  12. }
  13. } */
  14. &-large {
  15. transition: box-shadow 0.3s ease-in-out;
  16. &:hover {
  17. box-shadow: var(--color-shadow-large) !important;
  18. }
  19. }
  20. /* &-extra-large {
  21. transition: box-shadow 0.3s ease-in-out;
  22. &:hover {
  23. box-shadow: var(--color-shadow-extra-large) !important;
  24. }
  25. } */
  26. }
Tip!

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

Comments

Loading...