mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:14:31 -04:00
Add flags for paid stamp
This commit is contained in:
parent
c55e5298fc
commit
a2b6016b2c
@ -57,8 +57,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.company-logo {
|
.company-logo {
|
||||||
max-width: 65%;
|
max-width: $company_logo_size;
|
||||||
/* max-width: $company_logo_size;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-wrapper #company-address {
|
.header-wrapper #company-address {
|
||||||
@ -269,6 +268,7 @@
|
|||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
z-index: 200 !important;
|
z-index: 200 !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
display: $show_paid_stamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-header {
|
.project-header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user