Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4275 Rev 4276
Línea 16... Línea 16...
16
    display: flex;
16
    display: flex;
17
    gap: 0.5rem;
17
    gap: 0.5rem;
18
    padding: 10px;
18
    padding: 10px;
19
    padding-left: 1rem;
19
    padding-left: 1rem;
20
    overflow: hidden;
20
    overflow: hidden;
-
 
21
    &:hover {
-
 
22
        background-color: rgba(0, 0, 0, 0.08);
-
 
23
    }
21
    input {
24
    input {
-
 
25
        background-color: transparent;
22
        border: none;
26
        border: none;
23
        outline: none;
27
        outline: none;
24
        flex: 1;
28
        flex: 1;
25
        font-weight: 600;
29
        font-weight: 600;
26
        &:hover {
-
 
27
            background-color: rgba(0, 0, 0, 0.08);
-
 
28
        }
-
 
29
    }
30
    }
30
}
31
}
Línea 31... Línea 32...
31
 
32
 
32
.feed__section {
33
.feed__section {
Línea 106... Línea 107...
106
    justify-content: space-around;
107
    justify-content: space-around;
107
    border-top: 1px solid lightgray;
108
    border-top: 1px solid lightgray;
108
    gap: 0.5rem;
109
    gap: 0.5rem;
109
    padding: 5px;
110
    padding: 5px;
110
    margin: 0 5px;
111
    margin: 0 5px;
-
 
112
    .feed__share-option {
-
 
113
        flex-grow: 1;
-
 
114
    }
111
}
115
}