소스 검색

change slider dots style

Vika 2 년 전
부모
커밋
420a72f273
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      project/my-project/src/App.css

+ 4 - 0
project/my-project/src/App.css

@@ -130,4 +130,8 @@ a:link, a:visited {
 
 .ant-menu-item .ant-menu-item-active .ant-menu-item-selected {
   background-color: red;
+}
+
+.ant-carousel .slick-dots li.slick-active {
+  width: 16px;
 }