GITLAB

Eric Fernandez / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _panel-informativo.scss
  • cd9c85ec0   mejoras en el panel informativo css Browse Code »
    Nicolás Guarnieri
    2018-10-25 12:28:32 -0300  
_panel-informativo.scss 402 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
.panel-informativo {
    background: linear-gradient(#ccc, #eee);
    min-height: 32px;
    .form-group {
        margin-bottom: 5px;
    }
    .form-control-xs {
        height: calc(1.6rem);
        padding: .25rem .5rem;
        font-size: .8rem;
        line-height: 1.3;
        border-radius: .2rem;
    }
    .label {
        font-size: .8em;
    }
    .valor {
        font-size: .8em;
    }
}