1
0
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:
Benjamin Beganović 2020-10-01 13:37:34 +02:00
parent 764fede2eb
commit b40d2bc50b
10 changed files with 10 additions and 10 deletions

View File

@ -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' => ''];

View File

@ -8,7 +8,7 @@
* {
margin: 0;
padding: 0;
font-size: '$font-size';
font-size: '$font_size';
}
body {

View File

@ -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 {

View File

@ -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;
}

View File

@ -6,7 +6,7 @@
<style id="style">
* {
font-size: '$font-size';
font-size: '$font_size';
}
p {

View File

@ -6,7 +6,7 @@
<style id="style">
* {
font-size: '$font-size';
font-size: '$font_size';
}
p {

View File

@ -6,7 +6,7 @@
<style id="style">
* {
font-size: '$font-size';
font-size: '$font_size';
}
p {

View File

@ -6,7 +6,7 @@
<style id="style">
* {
font-size: '$font-size';
font-size: '$font_size';
}
body {

View File

@ -6,7 +6,7 @@
<style id="style">
* {
font-size: '$font-size';
font-size: '$font_size';
}
p {

View File

@ -6,7 +6,7 @@
<style id="style">
* {
font-size: '$font-size';
font-size: '$font_size';
}
p {