Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 58 | Rev 130 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 58 Rev 126
Línea 321... Línea 321...
321
 
321
 
322
.wrapper {
322
.wrapper {
323
  float: left;
323
  float: left;
324
  width: 100%;
324
  width: 100%;
325
  position: relative;
325
  position: relative;
326
  background-color: #fbfaf1;
326
  background-color: #fff;
Línea 327... Línea 327...
327
}
327
}
328
 
328
 
329
.overlay:before {
329
.overlay:before {
Línea 782... Línea 782...
782
  padding: 60px 0;
782
  padding: 60px 0;
783
}
783
}
784
.main-section {
784
.main-section {
785
  float: left;
785
  float: left;
786
  width: 100%;
786
  width: 100%;
787
  background-color: #fbfaf1;
787
  background-color: #fff;
788
  padding: 3rem 0;
788
  padding: 3rem 0;
789
}
789
}
790
.main-section-data {
790
.main-section-data {
791
  float: left;
791
  float: left;
792
  width: 100%;
792
  width: 100%;
Línea 6977... Línea 6977...
6977
  padding: 2%;
6977
  padding: 2%;
6978
  border-radius: 6px;
6978
  border-radius: 6px;
6979
  font-weight: bold;
6979
  font-weight: bold;
6980
}
6980
}
6981
main{
6981
main{
6982
  background-color: #fbfaf1 !important;
6982
  background-color: #fff !important;
6983
}
6983
}
6984
6984