v2.0.1-beta
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
@import 'phone/descripcion';
|
||||
@import 'phone/ventajas';
|
||||
@import 'phone/dimensiones';
|
||||
@import 'phone/construidos';
|
||||
@import 'phone/corporativos';
|
||||
|
||||
.left.column {
|
||||
width: 75%;
|
||||
@ -52,12 +54,12 @@
|
||||
.construido {
|
||||
height: (map.get($heights, "construido"))+rem;
|
||||
|
||||
background-image: $fondo_construido;
|
||||
background-image: $fondo_construidos;
|
||||
}
|
||||
.corporativos {
|
||||
height: (map.get($heights, "corporativos"))+rem;
|
||||
|
||||
background-image: $fondo_corporativo;
|
||||
background-image: $fondo_corporativos;
|
||||
}
|
||||
.testimonios {
|
||||
height: (map.get($heights, "felices"))+rem;
|
||||
|
Reference in New Issue
Block a user