diff --git a/index.less b/index.less new file mode 100644 index 0000000..80bd56e --- /dev/null +++ b/index.less @@ -0,0 +1,17 @@ +.idm-hotspot { + width: 100%; + margin: 3rem 0; + .skeleton(100%, 36rem, 100%, 23rem, 3rem); + + .slick-prev { + left: 0!important; + } + + .slick-next { + right: 0!important; + } +} + +.price__value.--promotion { + color: #E04F4C; +} \ No newline at end of file