Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6262 Rev 6263
Línea 35... Línea 35...
35
    .knowledge-record-card-actions {
35
    .knowledge-record-card-actions {
36
        display: flex;
36
        display: flex;
37
        align-items: center;
37
        align-items: center;
38
        justify-content: space-between;
38
        justify-content: space-between;
39
        gap: .5rem;
39
        gap: .5rem;
-
 
40
 
-
 
41
        &>* {
-
 
42
            flex: 1;
-
 
43
        }
40
    }
44
    }
Línea 41... Línea 45...
41
 
45
 
42
    .reaction-btn {
46
    .reaction-btn {
43
        align-items: center;
47
        align-items: center;
44
        border-radius: 10px;
48
        border-radius: 10px;
45
        display: inline-flex;
49
        display: inline-flex;
46
        gap: 0.5rem;
50
        gap: 0.5rem;
47
        justify-content: center;
51
        justify-content: center;
48
        padding: 10px;
52
        padding: 10px;
49
        position: relative;
53
        position: relative;
50
        flex-grow: 1;
54
        width: -webkit-fill-available;
Línea 51... Línea 55...
51
        transition: background-color 200ms ease;
55
        transition: background-color 200ms ease;
52
 
56
 
53
        &:hover {
57
        &:hover {