index.acss 216 B

12345678910111213
  1. .slider {
  2. margin: 0 15px 30px;
  3. }
  4. .custom-button {
  5. width: 26px;
  6. color: #fff;
  7. font-size: 10px;
  8. line-height: 18px;
  9. text-align: center;
  10. border-radius: 100px;
  11. background-color: #ee0a24;
  12. }