index.acss 921 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .demo-home-nav-index {
  2. display: block;
  3. height: initial;
  4. }
  5. .demo-home-nav-index .demo-home-nav__title {
  6. margin: 24px 0 8px 16px;
  7. color: rgba(69, 90, 100, 0.6);
  8. font-size: 14px;
  9. }
  10. .demo-home-nav-index .demo-home-nav__block {
  11. position: relative;
  12. display: flex;
  13. margin: 0 0 12px;
  14. padding-left: 20px;
  15. color: #323233;
  16. font-weight: 500;
  17. font-size: 14px;
  18. line-height: 40px;
  19. background: #f7f8fa;
  20. border-radius: 99px;
  21. transition: background 0.3s;
  22. }
  23. .demo-home-nav-index .demo-home-nav__block:hover {
  24. background: darken(#f7f8fa, 3%);
  25. }
  26. .demo-home-nav-index .demo-home-nav__block:active {
  27. background: darken(#f7f8fa, 6%);
  28. }
  29. .demo-home-nav-index .demo-home-nav__icon {
  30. position: absolute !important;
  31. top: 50%;
  32. right: 16px;
  33. width: 16px;
  34. height: 16px;
  35. margin-top: -8px;
  36. color: rgb(182, 195, 210);
  37. font-weight: 900 !important;
  38. }