GITLAB

Eric Fernandez / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _swiper.scss
  • 7f8f75818   foca-botonera-lateral y cambio de estilos Browse Code ยป
    Jose Pinto
    2018-12-18 18:05:11 -0300  
_swiper.scss 226 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12
.swiper {
    &-container {
        height: 300px;
    }
    &-slide {
        background: transparent;
        height: 400px;
        text-align: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
}