You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
feo-homepage/core/static/css/pages/page_invoice.css

44 lines
623 B

/*Invoice Page
------------------------------------*/
/*Invoice Header*/
.invoice-header {
color: #555;
overflow: hidden;
margin-bottom: 40px;
}
.invoice-header h2 {
font-size: 30px;
}
.invoice-header .invoice-numb {
font-size: 16px;
text-align: right;
}
.invoice-header .invoice-numb span {
color: 777;
display: block;
font-size: 13px;
}
/*Invoice Info*/
.invoice-info {
margin-bottom: 10px;
}
.invoice-info h2 {
color: #555;
font-size: 18px;
}
/*Invoice Footer*/
.invoice-total-info {
margin-bottom: 30px;
}
.invoice-total-info li {
font-size: 14px;
margin-bottom: 5px;
font-family: 'Open Sans';
}