Files

38 lines
692 B
Plaintext
Raw Permalink Normal View History

p Ciao #{name},
p Ti confermiamo che hai modificato la prenotazione per l'evento #{event}
2021-02-18 12:19:35 +01:00
p #{participants}
p #{participantsLunch}
p #{participantsDinner}
p #{participantsDinnerShared}
p Messaggio: #{msgbooking}
p Cordiali Saluti
p Supporto #{nomeapp}
style(type="text/css").
html, body {
padding: 0;
margin: 0;
}
p {
font-size: 1rem;
}
.divbtn {
display: flex;
align-items: center;
justify-content: center;
}
.btn-lg {
padding: 5px;
margin: 5px;
font-size: 26px;
cursor: pointer;
color: white;
background: #027be3 !important;
border-radius: 28px;
}