暫無描述
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.

_brand-slider.scss 527B

1234567891011121314151617181920212223242526272829303132
  1. /********************************
  2. brand section
  3. ********************************/
  4. .brand-init {
  5. &.border-top {
  6. border-color: $border-color !important;
  7. }
  8. .slick-list {
  9. margin: 0 -15px;
  10. .slick-slide {
  11. padding: 0 15px;
  12. }
  13. }
  14. }
  15. .single-brand {
  16. a {
  17. img {
  18. display: block;
  19. margin: 0 auto;
  20. }
  21. &:hover img {
  22. @include transform(scale(1.045) rotate(0.05deg));
  23. }
  24. }
  25. }
  26. /********************************
  27. brand section End
  28. ********************************/