AdminLTE/build/scss/pages/_invoice.scss

15 lines
178 B
SCSS
Raw Normal View History

2015-10-31 22:00:16 +01:00
/*
* Pages: Invoice
* --------------
2015-10-31 22:00:16 +01:00
*/
.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;
}