Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4720 Rev 4721
Línea 2... Línea 2...
2
    display: flex;
2
    display: flex;
3
    gap: 3px;
3
    gap: 3px;
4
}
4
}
Línea 5... Línea 5...
5
 
5
 
6
.fc-toolbar button {
-
 
7
    position: relative;
6
.fc-toolbar button {
8
    background: #0000;
7
    background: #0000;
9
    border: none;
8
    border: none;
10
    box-shadow: none;
9
    box-shadow: none;
11
    font-weight: 600;
10
    font-weight: 600;
Línea 27... Línea 26...
27
 
26
 
28
.fc button .fc-icon {
27
.fc button .fc-icon {
29
    color: rgba(0, 0, 0, 0.3);
28
    color: rgba(0, 0, 0, 0.3);
Línea -... Línea 29...
-
 
29
}
-
 
30
 
-
 
31
.fc th {
-
 
32
    text-align: left;
-
 
33
    font-weight: 600;
-
 
34
    text-transform: uppercase;
30
}
35
}
31
 
36
 
32
.fc th,
37
.fc th,
33
.fc td,
38
.fc td,
34
.fc td.fc-today {
39
.fc td.fc-today {
Línea 39... Línea 44...
39
    font-size: 1.5rem;
44
    font-size: 1.5rem;
40
    color: lightslategray;
45
    color: lightslategray;
41
    padding: 5px;
46
    padding: 5px;
42
    line-height: 2;
47
    line-height: 2;
43
    margin-top: 10px;
48
    margin-top: 10px;
44
    position: relative;
-
 
45
}
49
}
Línea 46... Línea 50...
46
 
50
 
47
.fc-view-container {
51
.fc-view-container {
48
    border: 1px solid lightgray;
52
    border: 1px solid lightgray;
49
}
53
}