Configurando version telefono
This commit is contained in:
@ -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;
|
||||
|
2
public/assets/styles/main.min.css
vendored
2
public/assets/styles/main.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user