45 lines
898 B
SCSS
45 lines
898 B
SCSS
@import 'common/header';
|
|
@import 'common/descripcion';
|
|
@import 'common/ventajas';
|
|
@import 'common/dimensiones';
|
|
@import 'common/construidos';
|
|
@import 'common/corporativos';
|
|
@import 'common/testimonios';
|
|
@import 'common/contacto';
|
|
@import 'common/nav';
|
|
@import 'common/image_modal';
|
|
@import 'common/carro';
|
|
|
|
.white.circle {
|
|
border: thin solid rgb(0, 0, 0);
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
.black.circle {
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
.blue.circle {
|
|
background-color: rgb(0, 110, 230);
|
|
}
|
|
.petrol.circle {
|
|
background-color: rgb(0, 80, 120);
|
|
}
|
|
.cyan.circle {
|
|
background-color: rgb(80, 200, 255);
|
|
}
|
|
.green.circle {
|
|
background-color: rgb(10, 200, 100);
|
|
}
|
|
.yellow.circle {
|
|
background-color: rgb(255, 240, 70);
|
|
}
|
|
.orange.circle {
|
|
background-color: rgb(255, 130, 70);
|
|
}
|
|
.red.circle {
|
|
background-color: rgb(255, 20, 50);
|
|
}
|
|
|
|
.column:not(.row) {
|
|
padding-top: 0 !important;
|
|
}
|