13 lines
201 B
SCSS
13 lines
201 B
SCSS
.ant-carousel .slick-slide {
|
|
text-align: center;
|
|
height: 50px;
|
|
width: 50px;
|
|
line-height: 50px;
|
|
background: #364d79;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ant-carousel .slick-slide h3 {
|
|
color: #ccddaa;
|
|
}
|