v2.0.0-beta
This commit is contained in:
23
assets/sass/wide/_descripcion.scss
Normal file
23
assets/sass/wide/_descripcion.scss
Normal file
@ -0,0 +1,23 @@
|
||||
#descripcion {
|
||||
height: (map.get($heights, "descripcion"))+rem;
|
||||
|
||||
background-position: left rem(112);
|
||||
background-size: 100% rem(128);
|
||||
background-repeat: no-repeat;
|
||||
|
||||
.images {
|
||||
.image {
|
||||
max-width: 33%;
|
||||
}
|
||||
}
|
||||
.paragraph {
|
||||
padding-top: rem(28);
|
||||
line-height: rem(14);
|
||||
text-align: justify;
|
||||
|
||||
.header {
|
||||
margin-bottom: rem(16);
|
||||
font-size: font_size(22/16*12);
|
||||
}
|
||||
}
|
||||
}
|
6
assets/sass/wide/_dimensiones.scss
Normal file
6
assets/sass/wide/_dimensiones.scss
Normal file
@ -0,0 +1,6 @@
|
||||
#dimensiones {
|
||||
margin-top: rem(15);
|
||||
|
||||
$circle_radius: 20;
|
||||
@include colors;
|
||||
}
|
26
assets/sass/wide/_header.scss
Normal file
26
assets/sass/wide/_header.scss
Normal file
@ -0,0 +1,26 @@
|
||||
#header {
|
||||
height: (map.get($heights, 'cabezal'))+rem;
|
||||
|
||||
background-size: 160%;
|
||||
background-position: bottom rem(-40) center;
|
||||
|
||||
.container {
|
||||
#menu {
|
||||
i {
|
||||
font-size: font-size(24);
|
||||
}
|
||||
.right.menu {
|
||||
.item {
|
||||
.shopping.cart {
|
||||
.cantidad {
|
||||
font-size: font-size(12);
|
||||
font-family: $font_family;
|
||||
top: rem(-28);
|
||||
left: rem(3.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
assets/sass/wide/_ventajas.scss
Normal file
10
assets/sass/wide/_ventajas.scss
Normal file
@ -0,0 +1,10 @@
|
||||
#ventajas {
|
||||
.diagonal {
|
||||
border-bottom: (map.get($heights, 'ventajas'))+rem solid rgba($gris, .5);
|
||||
border-right: rem(1900) solid transparent;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
max-height: (map.get($heights, 'ventajas')-32/16)+rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user