mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
16 lines
201 B
Text
16 lines
201 B
Text
/*
|
|
* Page: Invoice
|
|
* -------------
|
|
*/
|
|
|
|
.invoice {
|
|
position: relative;
|
|
background: #fff;
|
|
border: 1px solid #f4f4f4;
|
|
padding: 20px;
|
|
margin: 10px 25px;
|
|
}
|
|
|
|
.invoice-title {
|
|
margin-top: 0;
|
|
}
|