Update designs

This commit is contained in:
Benjamin Beganović 2021-10-27 14:53:46 +02:00
parent dda391bb3a
commit 0059e87794
10 changed files with 30 additions and 10 deletions

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: #298aab; --primary-color: #298aab;
--secondary-color: #7081e0; --secondary-color: #7081e0;
@ -7,7 +9,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "7px"; font-size: "7px";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -8,7 +10,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
} }

View File

@ -1,4 +1,6 @@
<style id="style"> <style id="style">
@import url($font_url);
:root { :root {
--primary-color: $primary_color; --primary-color: $primary_color;
--secondary-color: $secondary_color; --secondary-color: $secondary_color;
@ -7,7 +9,7 @@
body { body {
-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: $font_name, Helvetica, sans-serif;
font-size: "$font_size"; font-size: "$font_size";
zoom: 80%; zoom: 80%;
margin: 0; margin: 0;