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:
parent
74449dd261
commit
2b9d619867
@ -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,
|
||||
|
@ -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-container > span {
|
||||
|
@ -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 {
|
||||
|
@ -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,
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user