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.
22 lines
437 B
22 lines
437 B
.enable_invoice() when(@enable-invoice = true) {
|
|
//invoice
|
|
.invoice-info {
|
|
line-height: 24px !important;
|
|
color: #444;
|
|
vertical-align: bottom;
|
|
margin-left: 9px;
|
|
margin-right: 9px;
|
|
}
|
|
.invoice-info-label {
|
|
display: inline-block;
|
|
max-width: 100px;
|
|
text-align: right;
|
|
font-size: @font-size-invoice-data;
|
|
}
|
|
.invoice-box .label-large[class*="arrowed"]{
|
|
margin-left: 11px !important;
|
|
max-width: 95%;
|
|
}
|
|
|
|
}
|
|
.enable_invoice();
|