Configurando version telefono

This commit is contained in:
2021-01-29 15:04:08 -03:00
parent d9e492fb40
commit c6dabb0627
9 changed files with 70 additions and 6 deletions

View File

@ -475,7 +475,6 @@ i.font-icon.chile:before {
}
#columna_sticky {
display: none;
position: absolute;
top: 25rem;
height: 100%;
@ -485,6 +484,7 @@ i.font-icon.chile:before {
pointer-events: none;
}
#columna_sticky .sticky {
display: none;
background-color: rgba(255, 255, 255, 0.5);
z-index: 10;
margin-top: 3.75rem;
@ -554,6 +554,11 @@ i.font-icon.chile:before {
#columna_sticky .sticky .column:first-child .button {
width: 100%;
}
#columna_sticky #side_button {
height: 100%;
background-color: black;
transform: rotate(-90deg);
}
#menu i {
font-size: 1.5rem;
@ -821,6 +826,9 @@ i.font-icon.chile:before {
color: white;
background-color: #333333;
}
#columna_sticky #side_button {
display: none;
}
#menu i {
font-size: 2rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long