brancha de esther

pull/1/head
esther 2 years ago
parent 545b06d9b2
commit ae550f9246

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

Loading…
Cancel
Save