AdminLTE/build/scss/pages/_invoice.scss

14 lines
159 B
SCSS
Raw Normal View History

//
// Pages: Invoice
//
2015-10-31 21:00:16 +00:00
.invoice {
2018-03-17 17:07:55 +00:00
background: $white;
border: 1px solid $card-border-color;
position: relative;
2015-10-31 21:00:16 +00:00
}
.invoice-title {
margin-top: 0;
}