|
|
|
@ -5,14 +5,16 @@ export const azul = {
|
|
|
|
|
name: "azul",
|
|
|
|
|
image: "azul.png",
|
|
|
|
|
heading: {
|
|
|
|
|
top: 300,
|
|
|
|
|
height: 1.2,
|
|
|
|
|
left: 1,
|
|
|
|
|
top: 440,
|
|
|
|
|
height: 2,
|
|
|
|
|
left: 10,
|
|
|
|
|
right: 1,
|
|
|
|
|
fontSize: 1,
|
|
|
|
|
color: "grey",
|
|
|
|
|
fontSize: 2,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1.1
|
|
|
|
|
lineHeight: 2,
|
|
|
|
|
textAlign: "right",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
title: {
|
|
|
|
|
top: 320,
|
|
|
|
@ -22,7 +24,9 @@ export const azul = {
|
|
|
|
|
fontSize: 2.9,
|
|
|
|
|
color: "firebrick",
|
|
|
|
|
fontFamily: "Gill Sans, sans-serif",
|
|
|
|
|
lineHeight: 2.5
|
|
|
|
|
lineHeight: 2.5,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
subtitle: {
|
|
|
|
@ -33,7 +37,9 @@ export const azul = {
|
|
|
|
|
fontSize: 1.2,
|
|
|
|
|
color: "#787",
|
|
|
|
|
fontFamily: "Gill Sans, sans-serif",
|
|
|
|
|
lineHeight: 1.5
|
|
|
|
|
lineHeight: 1.5,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
content: {
|
|
|
|
|
top: 480,
|
|
|
|
@ -43,7 +49,9 @@ export const azul = {
|
|
|
|
|
fontSize: 0.8,
|
|
|
|
|
color: "#222",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1.1
|
|
|
|
|
lineHeight: 1.1,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
date: {
|
|
|
|
|
top: 625,
|
|
|
|
@ -53,7 +61,9 @@ export const azul = {
|
|
|
|
|
fontSize: 1.1,
|
|
|
|
|
color: "#fff",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1
|
|
|
|
|
lineHeight: 1,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
time: {
|
|
|
|
|
top: 645,
|
|
|
|
@ -63,7 +73,9 @@ export const azul = {
|
|
|
|
|
fontSize: 1.8,
|
|
|
|
|
color: "#fff",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1
|
|
|
|
|
lineHeight: 1,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
weekday: {
|
|
|
|
|
top: 600,
|
|
|
|
@ -73,7 +85,9 @@ export const azul = {
|
|
|
|
|
fontSize: 1.3,
|
|
|
|
|
color: "#fff",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1.8
|
|
|
|
|
lineHeight: 1.8,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
address: {
|
|
|
|
|
top: 625,
|
|
|
|
@ -83,6 +97,8 @@ export const azul = {
|
|
|
|
|
fontSize: 1,
|
|
|
|
|
color: "firebrick",
|
|
|
|
|
fontFamily: "sans-serif",
|
|
|
|
|
lineHeight: 1.5
|
|
|
|
|
lineHeight: 1.5,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
},
|
|
|
|
|
}
|