GITLAB

Marcelo Puebla / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _swiper.scss
  • c35f69323   Arreglo en carousel Browse Code ยป
    Marcelo Puebla
    2019-07-26 16:09:15 -0300  
_swiper.scss 489 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.swiper {
    &-container {
        height: 100%;
    }
    &-slide {
        background: transparent;
        height: 400px;
        text-align: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }

    @media(max-width: 992px){
        &-container{
            height: 100%;
        }
        &-pagination{
            background: #CCC;
            padding: 0.5rem;
        }
    }
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #CD9035;
}