暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_cart-links.scss 614B

123456789101112131415161718192021222324252627282930313233
  1. /*************************************
  2. cart-block-links CSS
  3. *************************************/
  4. .cart-block-links {
  5. li {
  6. margin-right: 30px;
  7. a {
  8. font-size: 20px;
  9. @include max-screen(767) {
  10. font-size: 20px;
  11. }
  12. font-family: $raleway;
  13. font-weight: fontweight(medium);
  14. text-align: center;
  15. line-height: 25px;
  16. }
  17. }
  18. }
  19. // theme1
  20. .cart-block-links {
  21. &.theme1 a {
  22. color: $color-dark;
  23. &:hover {
  24. color: $theme-color;
  25. }
  26. }
  27. }
  28. /*************************************
  29. cart-block-links CSS END
  30. *************************************/