mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01: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;
|
|
}
|