vit9 5 anos atrás
pai
commit
5d466105ca
1 arquivos alterados com 22 adições e 0 exclusões
  1. 22 0
      src/style/components/_allStaff.scss

+ 22 - 0
src/style/components/_allStaff.scss

@@ -242,6 +242,28 @@
     justify-content: flex-start;
     flex-direction: column;
 }
+
+.ant-carousel .slick-dots li button {
+    border: 0;
+    cursor: pointer;
+    background: green;
+    opacity: 0.5;
+    display: block;
+    width: 25px;
+    height: 7px;
+    border-radius: 3px;
+    outline: none;
+    font-size: 0;
+    color: transparent;
+    -webkit-transition: all 0.5s;
+    transition: all 0.5s;
+    padding: 0;
+}
+.ant-carousel .slick-dots li.slick-active button {
+    background: #FD7F71;
+    opacity: 1;
+    width: 20px;
+}
  
 .topPrice{
     position: fixed;