|
|
|
@ -3,31 +3,31 @@ import '$lib/templates/templates'
|
|
|
|
|
/** @type {import('$lib/templates/templates').Template} */
|
|
|
|
|
export const corazon = {
|
|
|
|
|
name: "corazon",
|
|
|
|
|
description: "Corazón",
|
|
|
|
|
description: "<ul><li>Con participantes</li><li>Hola prueba</li></ul>",
|
|
|
|
|
image: "corazon.png",
|
|
|
|
|
heading: {
|
|
|
|
|
top: 8,
|
|
|
|
|
top: 20,
|
|
|
|
|
height: 32,
|
|
|
|
|
left: 8,
|
|
|
|
|
left: 20,
|
|
|
|
|
right: 100,
|
|
|
|
|
fontSize: 32,
|
|
|
|
|
fontSize: 18,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
|
|
|
lineHeight: 32,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
fontWeight: 400
|
|
|
|
|
},
|
|
|
|
|
title: {
|
|
|
|
|
top: 88,
|
|
|
|
|
height: 64,
|
|
|
|
|
top: 58,
|
|
|
|
|
height: 120,
|
|
|
|
|
left: 8,
|
|
|
|
|
right: 8,
|
|
|
|
|
fontSize: 32,
|
|
|
|
|
fontSize: 35,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
|
|
|
lineHeight: 32,
|
|
|
|
|
lineHeight: 28,
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
fontWeight: 300
|
|
|
|
|
fontWeight: 500
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
subtitle: {
|
|
|
|
@ -35,12 +35,12 @@ export const corazon = {
|
|
|
|
|
height: 48,
|
|
|
|
|
left: 8,
|
|
|
|
|
right: 8,
|
|
|
|
|
fontSize: 48,
|
|
|
|
|
fontSize: 25,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
|
|
|
lineHeight: 48,
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
fontWeight: 300
|
|
|
|
|
},
|
|
|
|
|
content: {
|
|
|
|
|
top: 480,
|
|
|
|
@ -95,23 +95,23 @@ export const corazon = {
|
|
|
|
|
height: 48,
|
|
|
|
|
left: 128,
|
|
|
|
|
right: 8,
|
|
|
|
|
fontSize: 24,
|
|
|
|
|
fontSize: 18,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
|
|
|
lineHeight: 24,
|
|
|
|
|
lineHeight: 20,
|
|
|
|
|
textAlign: "left",
|
|
|
|
|
fontWeight: 400
|
|
|
|
|
},
|
|
|
|
|
city: {
|
|
|
|
|
top: 8,
|
|
|
|
|
top: 20,
|
|
|
|
|
height: 32,
|
|
|
|
|
left: 80,
|
|
|
|
|
right: 8,
|
|
|
|
|
fontSize: 32,
|
|
|
|
|
right: 20,
|
|
|
|
|
fontSize: 18,
|
|
|
|
|
color: "white",
|
|
|
|
|
fontFamily: "'Alegreya Sans SC', sans-serif",
|
|
|
|
|
lineHeight: 36,
|
|
|
|
|
textAlign: "right",
|
|
|
|
|
fontWeight: 700
|
|
|
|
|
fontWeight: 500
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|