v2.0.4-beta
This commit is contained in:
@ -1,8 +1,43 @@
|
||||
@import 'header';
|
||||
@import 'descripcion';
|
||||
@import 'ventajas';
|
||||
@import 'dimensiones';
|
||||
@import 'construidos';
|
||||
@import 'corporativos';
|
||||
@import 'testimonios';
|
||||
@import 'contacto';
|
||||
@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';
|
||||
|
||||
.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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user