AdminLTE/build/scss/_invoice.scss

15 lines
176 B
SCSS
Raw Normal View History

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