mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Replace $font-size with $font_size
This commit is contained in:
parent
764fede2eb
commit
b40d2bc50b
@ -317,7 +317,7 @@ class HtmlEngine
|
|||||||
$data['_rate2'] = ['value' => '', 'label' => ctrans('texts.tax')];
|
$data['_rate2'] = ['value' => '', 'label' => ctrans('texts.tax')];
|
||||||
$data['_rate3'] = ['value' => '', 'label' => ctrans('texts.tax')];
|
$data['_rate3'] = ['value' => '', 'label' => ctrans('texts.tax')];
|
||||||
|
|
||||||
$data['$font-size'] = ['value' => $this->settings->font_size . 'px', 'label' => ''];
|
$data['$font_size'] = ['value' => $this->settings->font_size . 'px', 'label' => ''];
|
||||||
|
|
||||||
$data['$invoiceninja.whitelabel'] = ['value' => asset('images/created-by-invoiceninja-new.png'), 'label' => ''];
|
$data['$invoiceninja.whitelabel'] = ['value' => asset('images/created-by-invoiceninja-new.png'), 'label' => ''];
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
@page {
|
@page {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
margin: 1cm;
|
margin: 1cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<style id="style">
|
<style id="style">
|
||||||
* {
|
* {
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<style id="style">
|
<style id="style">
|
||||||
* {
|
* {
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<style id="style">
|
<style id="style">
|
||||||
* {
|
* {
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<style id="style">
|
<style id="style">
|
||||||
* {
|
* {
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<style id="style">
|
<style id="style">
|
||||||
* {
|
* {
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<style id="style">
|
<style id="style">
|
||||||
* {
|
* {
|
||||||
font-size: '$font-size';
|
font-size: '$font_size';
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user