Permite añadir eventos a la p

This commit is contained in:
2021-02-02 12:02:37 +01:00
parent e8b52ec48d
commit af852bff37
14 changed files with 231 additions and 20 deletions

View File

@@ -2,11 +2,11 @@
--ion-background-color-rgb: 73,73,73;
--ion-text-color: #eeeeee;
--ion-text-color-rgb: 238,238,238;}
--ion-text-color-rgb: 238,238,238;
}
*{
padding: 5px;
letter-spacing: 2px;
}
.titulo{
font: "arial";
@@ -59,7 +59,23 @@
.botonesVisible{
display: none;
}
.eventos{
margin: 20px;
justify-content: space-between;
}
.evento{
margin-top: 20px;
}
.eventoHeader{
font-weight: bold;
}
.eventoDesc{
color: white;
}
ion-slides {
height: 100%;
}
}