v2.0.0-beta
This commit is contained in:
13
assets/sass/phone/_descripcion.scss
Normal file
13
assets/sass/phone/_descripcion.scss
Normal file
@ -0,0 +1,13 @@
|
||||
#descripcion {
|
||||
.paragraph {
|
||||
padding-top: rem(18);
|
||||
line-height: rem(14);
|
||||
text-align: justify;
|
||||
|
||||
.header {
|
||||
margin-bottom: rem(6);
|
||||
font-size: font_size(18);
|
||||
}
|
||||
}
|
||||
padding-bottom: rem(5);
|
||||
}
|
10
assets/sass/phone/_dimensiones.scss
Normal file
10
assets/sass/phone/_dimensiones.scss
Normal file
@ -0,0 +1,10 @@
|
||||
#dimensiones {
|
||||
.header {
|
||||
font-size: font_size(22);
|
||||
padding-top: rem(54);
|
||||
padding-bottom: rem(25);
|
||||
}
|
||||
|
||||
$circle_radius: 15;
|
||||
@include colors;
|
||||
}
|
30
assets/sass/phone/_header.scss
Normal file
30
assets/sass/phone/_header.scss
Normal file
@ -0,0 +1,30 @@
|
||||
#header {
|
||||
height: (map.get($heights, 'cabezal'))+rem;
|
||||
|
||||
background-size: 160%;
|
||||
background-position: bottom rem(-10) center;
|
||||
|
||||
.container {
|
||||
#menu {
|
||||
font-size: font_size(16);
|
||||
.right.menu {
|
||||
.item {
|
||||
.shopping.cart {
|
||||
.cantidad {
|
||||
top: rem(-20);
|
||||
left: rem(1.6);
|
||||
font-size: font_size(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.segment {
|
||||
#logo {
|
||||
img {
|
||||
max-width: rem($full_width);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
assets/sass/phone/_ventajas.scss
Normal file
12
assets/sass/phone/_ventajas.scss
Normal file
@ -0,0 +1,12 @@
|
||||
#ventajas {
|
||||
//height: (map.get($heights, "ventajas"))+rem;
|
||||
|
||||
.diagonal {
|
||||
border-bottom: 100% solid rgba($gris, .5);
|
||||
border-right: 100% solid transparent;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
max-height: (map.get($heights, 'ventajas')-32/16)+rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user