mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
17 lines
201 B
Plaintext
Executable file
17 lines
201 B
Plaintext
Executable file
/*
|
|
* Page: Invoice
|
|
* -------------
|
|
*/
|
|
|
|
.invoice {
|
|
position: relative;
|
|
background: #fff;
|
|
border: 1px solid #f4f4f4;
|
|
padding: 20px;
|
|
margin: 10px 25px;
|
|
}
|
|
|
|
.invoice-title {
|
|
margin-top: 0;
|
|
}
|