@import '../../Pages/MainLayout/themes.scss';

.slider {
  margin: 1rem;
  border-radius: 0.5rem;
  @include themify($themes) {
    background-color: themed('backgroundColor');
  }
  .content-slider {
    padding: 1rem;
  }
}

.content-slider {
  width: 100%;
  max-width: 30rem;
}
