mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
Merge pull request #6232 from beganovich/v5-0807-logo-max-width
(v5) Design changes
This commit is contained in:
commit
5e09e232ca
@ -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…
Reference in New Issue
Block a user