Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2267 Rev 2275
Línea 794... Línea 794...
794
/* =================== main-section ================= */
794
/* =================== main-section ================= */
Línea 795... Línea 795...
795
 
795
 
796
main {
796
main {
797
    float: left;
797
    float: left;
798
    width: 100%;
798
    width: 100%;
799
    padding: 60px 0;
799
    padding: 10px 0;
Línea 800... Línea 800...
800
}
800
}
801
 
801
 
802
.main-section {
802
.main-section {
Línea 1495... Línea 1495...
1495
}
1495
}
Línea 1496... Línea 1496...
1496
 
1496
 
Línea 1497... Línea 1497...
1497
/* ========== job-status-bar ========== */
1497
/* ========== job-status-bar ========== */
1498
 
-
 
1499
.job-status-bar {
1498
 
1500
    float: left;
1499
.job-status-bar {
Línea 1501... Línea 1500...
1501
    width: 100%;
1500
    width: 100%;
1502
}
1501
}
Línea 7873... Línea 7872...
7873
.small-text-children span {
7872
.small-text-children span {
7874
    font-size: .8rem;
7873
    font-size: .8rem;
7875
}
7874
}
Línea 7876... Línea 7875...
7876
 
7875
 
7877
.search-item-selected {
7876
.search-item-selected {
7878
    padding: 2%;
7877
    padding: 1px 10px;
-
 
7878
    background: var(--background-gray);
7879
    background: #F0F0F0;
7879
    line-height: 1;
7880
    border-radius: 6px;
7880
    border-radius: 10px;
7881
    font-weight: bold;
7881
    font-weight: bold;
Línea 7882... Línea 7882...
7882
}
7882
}
7883
 
7883