Merge pull request #6232 from beganovich/v5-0807-logo-max-width
(v5) Design changes
This commit is contained in:
commit
5e09e232ca
11 changed files with 10 additions and 12 deletions
|
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
class UpdateDesigns extends Migration
|
||||
{
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
#company-details,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.header-container > span {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
#company-details {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.header-wrapper #client-details,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.company-logo-wrapper {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.entity-label {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
#client-details {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.header-wrapper #company-address {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.contacts-wrapper {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
|
||||
.company-logo {
|
||||
zoom: 50%;
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.header-invoice-number {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue