Add flags for paid stamp

This commit is contained in:
David Bomba 2023-02-22 16:21:37 +11:00
parent c55e5298fc
commit a2b6016b2c

View File

@ -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 {