GITLAB

Florencia Cazzola / wrapper-facturador

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-facturador
  • src
  • sass
  • _swiper.scss
  • bfa11ff7a   Cambio en responsividad de la botonera principal. Browse Code ยป
    Marcelo Puebla
    2019-07-27 12:28:42 -0300  
_swiper.scss 519 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 28
.swiper {
    &-container {
        height: 55%;
    }
    &-slide {
        background: transparent;
        width: 100% !important;
        height: 100%;
        text-align: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }

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

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