Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4277 Rev 4278
Línea 98... Línea 98...
98
.feed__body {
98
.feed__body {
99
    overflow-wrap: anywhere;
99
    overflow-wrap: anywhere;
100
    display: flex;
100
    display: flex;
101
    flex-direction: column;
101
    flex-direction: column;
102
    gap: 0.5rem;
102
    gap: 0.5rem;
-
 
103
    p {
-
 
104
        padding-left: 10px;
-
 
105
    }
103
}
106
}
Línea 104... Línea 107...
104
 
107
 
105
.feed__buttons {
108
.feed__buttons {
106
    display: flex;
109
    display: flex;
Línea 109... Línea 112...
109
    gap: 0.5rem;
112
    gap: 0.5rem;
110
    padding: 5px;
113
    padding: 5px;
111
    margin: 0 5px;
114
    margin: 0 5px;
112
    .feed__share-option {
115
    .feed__share-option {
113
        flex-grow: 1;
116
        flex-grow: 1;
114
        color: rgba(0, 0, 0, 0.08) !important;
-
 
115
    }
117
    }
116
}
118
}