Conjunto de cambios 0519925 en seiven para static


Ignorar:
Fecha y hora:
02/09/2016 15:53:28 (hace 8 años)
Autor:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master, carga
Children:
5a22011
Parents:
c2f45da
Mensaje:

modificaciones en autenticación y diseño de interfaz para el registro de datos

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • static/css/app.css

    rc164f96 r0519925  
     1h1, h2, h3, h4, h5, h6 {
     2    font-weight: bold !important;
     3}
     4
    15.content-wrapper,
    26.right-side {
     
    5458    font-size: 10px;
    5559}
     60
     61.modulo-economico, .modulo-productivo, .modulo-social {
     62    color: #ffffff;
     63}
     64.modulo-economico img, .modulo-productivo img, .modulo-social img {
     65    max-height: 100px;
     66    max-width: 100px;
     67}
     68.modulo-economico {
     69    background-color: #41B9B7 !important;
     70}
     71
     72.modulo-productivo {
     73    background-color: #C2031D !important;
     74}
     75
     76.modulo-social {
     77    background-color: #42535C !important;
     78}
     79
     80.row-modulos {
     81    margin-top: 5%;
     82}
     83
     84@media (min-width: 1024px) {
     85    .row-modulos > [class*="col-"] {
     86        padding: 0 100px;
     87    }
     88}
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.