_panel-informativo.scss
612 Bytes
.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;
}
.nota-pedido {
@media (max-width: 576px) {
text-align: center;
}
}
.numero-pedido {
@media (min-width: 576px) {
text-align: center;
}
}
}