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