From 2b9d619867afbd7ef72ff7366941dfae83136a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 19 May 2021 16:44:57 +0200 Subject: [PATCH 1/2] Change zoom property for the .company-logo --- resources/views/pdf-designs/bold.html | 2 +- resources/views/pdf-designs/business.html | 4 ++-- resources/views/pdf-designs/clean.html | 2 +- resources/views/pdf-designs/creative.html | 2 +- resources/views/pdf-designs/elegant.html | 2 +- resources/views/pdf-designs/hipster.html | 2 +- resources/views/pdf-designs/modern.html | 2 +- resources/views/pdf-designs/plain.html | 2 +- resources/views/pdf-designs/playful.html | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html index 568034465f79..3e3852ff00af 100644 --- a/resources/views/pdf-designs/bold.html +++ b/resources/views/pdf-designs/bold.html @@ -34,7 +34,7 @@ } .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, diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index e28a395b2070..5ac9da42a04a 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -29,9 +29,9 @@ } .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 { display: block; } diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index cebc27f0e820..218bb503a556 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -29,7 +29,7 @@ } .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 { diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html index b6da875accc6..1392ba3a964a 100644 --- a/resources/views/pdf-designs/creative.html +++ b/resources/views/pdf-designs/creative.html @@ -29,7 +29,7 @@ } .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, diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html index ab0b63f7f40e..18b1d9378d37 100644 --- a/resources/views/pdf-designs/elegant.html +++ b/resources/views/pdf-designs/elegant.html @@ -23,7 +23,7 @@ } .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 { diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html index 08d7c324c728..9fc25df7321e 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -71,7 +71,7 @@ } .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 { diff --git a/resources/views/pdf-designs/modern.html b/resources/views/pdf-designs/modern.html index f703717ddfb0..8c9ccde274c4 100644 --- a/resources/views/pdf-designs/modern.html +++ b/resources/views/pdf-designs/modern.html @@ -61,7 +61,7 @@ } .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 { diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 5a949e66187c..53577cf89b9b 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -28,7 +28,7 @@ } .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 { diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html index b25d747d6d49..39a4e01d55c1 100644 --- a/resources/views/pdf-designs/playful.html +++ b/resources/views/pdf-designs/playful.html @@ -47,7 +47,7 @@ } .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 { From e00fc3d29a9c79486832d08a76f1be2409be9f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 19 May 2021 16:45:20 +0200 Subject: [PATCH 2/2] Update the migrations date --- ...19_update_designs.php => 2021_05_19_115919_update_designs.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename database/migrations/{2021_05_18_115919_update_designs.php => 2021_05_19_115919_update_designs.php} (100%) diff --git a/database/migrations/2021_05_18_115919_update_designs.php b/database/migrations/2021_05_19_115919_update_designs.php similarity index 100% rename from database/migrations/2021_05_18_115919_update_designs.php rename to database/migrations/2021_05_19_115919_update_designs.php