mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01: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['_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' => ''];
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -9,7 +9,7 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
@page {
|
||||
|
@ -10,7 +10,7 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
margin: 1cm;
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<style id="style">
|
||||
* {
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<style id="style">
|
||||
* {
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<style id="style">
|
||||
* {
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<style id="style">
|
||||
* {
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<style id="style">
|
||||
* {
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<style id="style">
|
||||
* {
|
||||
font-size: '$font-size';
|
||||
font-size: '$font_size';
|
||||
}
|
||||
|
||||
p {
|
||||
|
Loading…
Reference in New Issue
Block a user