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

@ -1,5 +1,4 @@
#columna_sticky {
display: none;
position: absolute;
top: (map.get($heights, 'cabezal'))+rem;
height: 100%;
@ -9,6 +8,7 @@
pointer-events: none;
}
.sticky {
display: none;
background-color: rgba(255, 255, 255, .5);
z-index: 10;
@ -67,4 +67,9 @@
}
}
}
#side_button {
height: 100%;
background-color: rgb(0, 0, 0);
transform: rotate(-90deg);
}
}

View File

@ -68,4 +68,7 @@
}
}
}
#side_button {
display: none;
}
}