.carousel-indicators{
  bottom: -$sizeLarge;
  align-items: center;
  li{
    background-color: $themeSecondary;
    height: 5px;
    &.active{
      height: 8px;
    }
  }
}