v2.0.0-beta
This commit is contained in:
@ -1,5 +1,15 @@
|
||||
@import 'phone_vars';
|
||||
|
||||
@import 'phone/header';
|
||||
@import 'phone/descripcion';
|
||||
@import 'phone/ventajas';
|
||||
@import 'phone/dimensiones';
|
||||
|
||||
.left.column {
|
||||
width: 75%;
|
||||
padding-left: rem(5) !important;
|
||||
}
|
||||
|
||||
#backgrounds {
|
||||
.cabezal {
|
||||
height: (map.get($heights, 'cabezal'))+rem;
|
||||
@ -22,7 +32,7 @@
|
||||
.seccion2 {
|
||||
height: (map.get($heights, "seccion2"))+rem;
|
||||
|
||||
background-image: $fondo_seccion23;
|
||||
background-image: $fondo_ventajas_dimensiones;
|
||||
|
||||
.diagonal {
|
||||
border-bottom: (map.get($heights, 'seccion2'))+rem solid rgba($gris, .5);
|
||||
@ -32,7 +42,7 @@
|
||||
.dimensiones {
|
||||
height: (map.get($heights, "dimensiones"))+rem;
|
||||
|
||||
background-image: $fondo_seccion23;
|
||||
background-image: $fondo_ventajas_dimensiones;
|
||||
.fondo-gris {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user