@import '../../style/mixins';
@import '../../style/themes/default';

.am-carousel {
  position: relative;

  &-wrap {
    font-size: @font-size-display-sm;
    color: @color-text-base;
    background: none;
    text-align: center;
    zoom: 1;
    width: 100%;
    &-dot {
      display: inline-block;
      zoom: 1;
      > span {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 6px;
        border-radius: 50%;
        background: @color-icon-base;
      }
      &-active {
        > span {
          background: #888;
        }
      }
    }
  }
}
