35 lines
539 B
SCSS
35 lines
539 B
SCSS
@import 'phone_vars';
|
|
|
|
@import 'phone/header';
|
|
@import 'phone/descripcion';
|
|
@import 'phone/ventajas';
|
|
@import 'phone/dimensiones';
|
|
@import 'phone/construidos';
|
|
@import 'phone/corporativos';
|
|
|
|
@import 'phone/sticky';
|
|
@import 'phone/nav';
|
|
|
|
.left.column {
|
|
width: 75%;
|
|
padding-left: rem(5) !important;
|
|
}
|
|
.right.column {
|
|
width: 25%;
|
|
}
|
|
|
|
.titulo {
|
|
padding-top: rem(25);
|
|
padding-bottom: rem(20);
|
|
}
|
|
|
|
html {
|
|
font-size: $html-font-size+px;
|
|
}
|
|
|
|
body {
|
|
height: ($content_height)+rem;
|
|
font-family: Roboto, sans;
|
|
color: $gris_standard;
|
|
}
|