GITLAB

Florencia Cazzola / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _foca-crear.scss
  • 476361004   linea al final Browse Code ยป
    Jose Pinto
    2018-12-14 11:19:33 -0300  
_foca-crear.scss 390 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
.foca-crear{
    background: #CCC;

    .titulares>div{
        display: flex;
        line-height: 30px;
        h5{
            line-height: 30px;
        }
        button{
            margin: auto;
            margin-right: 0;
        }
    }

    @media(min-width: 992px){
        padding-bottom: 2rem;

        &.one-row{
            padding-bottom: 8rem !important;
        }
    }
}