Browse Source

change slider dots style

Vika 2 years ago
parent
commit
420a72f273
1 changed files with 4 additions and 0 deletions
  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;
 }