_panel-informativo.scss 566 Bytes
.panel-informativo {
    background: #67615e;
    color: #FFF;
    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;
    }

    .border{
        border-width: 4px 2px !important;
    }

    .nota-pedido {
        @media (max-width: 576px) {
            text-align: center;
        }
    }

}