Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6100 Rev 6106
Línea 36... Línea 36...
36
    .knowledge-record-card-actions {
36
    .knowledge-record-card-actions {
37
        display: flex;
37
        display: flex;
38
        align-items: center;
38
        align-items: center;
39
        justify-content: space-between;
39
        justify-content: space-between;
40
    }
40
    }
-
 
41
 
-
 
42
    .reaction-btn {
-
 
43
        align-items: center;
-
 
44
        border-radius: 10px;
-
 
45
        display: inline-flex;
-
 
46
        gap: 0.5rem;
-
 
47
        padding: 10px;
-
 
48
        position: relative;
-
 
49
        transition: background-color 200ms ease;
-
 
50
 
-
 
51
        &:hover {
-
 
52
            background-color: #f5f5f5;
-
 
53
        }
-
 
54
    }
41
}
55
}
Línea 42... Línea 56...
42
 
56
 
43
.knowledge-record-list {
57
.knowledge-record-list {
44
    display: grid;
58
    display: grid;