AdminLTE/build/scss/pages/_invoice.scss
Daniel 8209a2fb5e feat: light mode only alt css
To reduce file size
2021-04-13 17:54:31 +05:30

20 lines
238 B
SCSS

//
// Pages: Invoice
//
.invoice {
background-color: $white;
border: 1px solid $card-border-color;
position: relative;
}
.invoice-title {
margin-top: 0;
}
@include dark-mode () {
.invoice {
background-color: $dark;
}
}