You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @charset "UTF-8";
- .swiper-pagination {
- text-align: right;
- }
- .swiper-pagination-bullet {
- box-sizing: content-box;
- background: $primary-color-dark;
- font-size: 1.75em;
- padding: 10px 20px;
- width: 20px;
- height: auto;
- border-radius: 0;
- display: inline-block;
- opacity: 1;
- color: #fff;
- }
- .swiper-pagination-bullet-active {
- background: $secondary-color;
- }
-
- .swiper-slide {
- visibility: hidden;
- }
-
- .swiper-slide.swiper-slide-active {
- visibility: visible;
- }
|