UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

40 lines (33 loc) 642 B
@import '../../style/mixins/index'; @import '../../style/themes/default'; carouselslide { display: block; } .am-carousel { position: relative; &-wrap { font-size: 18 * @hd; color: @color-text-base; background: none; text-align: center; zoom: 1; width: 100%; &-dot { display: inline-block; zoom: 1; > span { display: block; width: 8 * @hd; height: 8 * @hd; margin: 0 3 * @hd; border-radius: @radius-circle; background: @color-icon-base; } &-active { > span { background: #888; } } } } }