Routing estructurado. Discoteca se muestra sobre tab1 y es un child route. Pero solo se carga después de refrescar.
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
:root {--ion-background-color: #494949;
|
||||
--ion-background-color-rgb: 73,73,73;
|
||||
|
||||
--ion-text-color: #eeeeee;
|
||||
--ion-text-color-rgb: 238,238,238;}
|
||||
|
||||
*{
|
||||
padding: 5px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
.titulo{
|
||||
font: "arial";
|
||||
|
||||
}
|
||||
.fotoPerfil{
|
||||
display: block;
|
||||
text-align: end;
|
||||
max-width: 800px;
|
||||
max-height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.textoPie{
|
||||
position: relative;
|
||||
bottom: 40px;
|
||||
right: 20px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.addFoto{
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.datosDisplay{
|
||||
|
||||
float: left;
|
||||
position: relative;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.datosLabel{
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.galeria{
|
||||
|
||||
display: block;
|
||||
max-width: 300px;
|
||||
max-height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.botonesHidden{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.botonesVisible{
|
||||
display: none;
|
||||
}
|
||||
|
||||
ion-slides {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user