1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Change zoom property for the .company-logo

This commit is contained in:
Benjamin Beganović 2021-05-19 16:44:57 +02:00
parent 74449dd261
commit 2b9d619867
9 changed files with 10 additions and 10 deletions

View File

@ -34,7 +34,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
#company-details, #company-details,

View File

@ -29,9 +29,9 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
.header-container > span { .header-container > span {
display: block; display: block;
} }

View File

@ -29,7 +29,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
#company-details { #company-details {

View File

@ -29,7 +29,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
.header-wrapper #client-details, .header-wrapper #client-details,

View File

@ -23,7 +23,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
.company-logo-wrapper { .company-logo-wrapper {

View File

@ -71,7 +71,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
.entity-label { .entity-label {

View File

@ -61,7 +61,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
#client-details { #client-details {

View File

@ -28,7 +28,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
.header-wrapper #company-address { .header-wrapper #company-address {

View File

@ -47,7 +47,7 @@
} }
.company-logo { .company-logo {
width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
} }
.contacts-wrapper { .contacts-wrapper {