Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4723 | Rev 4725 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

.fc-button-group {
    display: flex;
    gap: 3px;
}

.fc-toolbar button {
    background: #0000;
    border: none;
    box-shadow: none;
    font-weight: 600;
    color: lightslategray;
}

.fc-state-down,
.fc-state-active {
    background-color: #ccc !important;
    border-radius: 5px !important;
}

.fc-prev-button,
.fc-next-button {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.fc button .fc-icon {
    color: rgba(0, 0, 0, 0.3);
}

.fc th {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

.fc th,
.fc td,
.fc td.fc-today {
    border: none;
}

.fc-day-number {
    font-size: 1.5rem;
    float: left !important;
    color: lightslategray !important;
}

.fc-view-container {
    border: 1px solid lightgray;
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
}