14 lines
159 B
SCSS
Vendored
14 lines
159 B
SCSS
Vendored
//
|
|
// Pages: Invoice
|
|
//
|
|
|
|
.invoice {
|
|
background: $white;
|
|
border: 1px solid $card-border-color;
|
|
position: relative;
|
|
}
|
|
|
|
.invoice-title {
|
|
margin-top: 0;
|
|
}
|