Permite añadir eventos a la p
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user