Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4725 Rev 4726
Línea 51... Línea 51...
51
    padding: 1rem;
51
    padding: 1rem;
52
    border-radius: 5px;
52
    border-radius: 5px;
53
}
53
}
Línea 54... Línea 54...
54
 
54
 
55
.fc-row.fc-rigid .fc-content-skeleton {
55
.fc-row.fc-rigid .fc-content-skeleton {
56
    padding: 10px 0;
56
    padding-top: 5px;
Línea 57... Línea 57...
57
}
57
}
58
 
58
 
59
.fc-day {
59
.fc-day {
Línea 65... Línea 65...
65
    position: absolute;
65
    position: absolute;
66
    height: 3px;
66
    height: 3px;
67
    width: 80%;
67
    width: 80%;
68
    top: 0;
68
    top: 0;
69
    left: 0;
69
    left: 0;
70
    background-color: lightslategray;
70
    background-color: rgba(0, 0, 0, 0.3);
71
}
71
}
72
72