AdminLTE/build/scss/_invoice.scss

15 lines
176 B
SCSS
Raw Normal View History

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