Merge pull request #5755 from beganovich/v5-1905-design-updates

(v5) Design updates
This commit is contained in:
Benjamin Beganović 2021-05-19 16:46:15 +02:00 committed by GitHub
commit 5ad476ed4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 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 {