Add flags for paid stamp
This commit is contained in:
parent
c55e5298fc
commit
a2b6016b2c
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
max-width: 65%;
|
||||
/* max-width: $company_logo_size;*/
|
||||
max-width: $company_logo_size;
|
||||
}
|
||||
|
||||
.header-wrapper #company-address {
|
||||
|
|
@ -269,6 +268,7 @@
|
|||
opacity: 0.2;
|
||||
z-index: 200 !important;
|
||||
position: fixed;
|
||||
display: $show_paid_stamp;
|
||||
}
|
||||
|
||||
.project-header {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue