Configurando version telefono
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -68,4 +68,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
#side_button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user