Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5381 Rev 5382
Línea 173... Línea 173...
173
    box-shadow: $light-shadow;
173
    box-shadow: $light-shadow;
174
    display: flex;
174
    display: flex;
175
    flex-direction: column;
175
    flex-direction: column;
176
    gap: .5rem;
176
    gap: .5rem;
177
    padding: 1rem;
177
    padding: 1rem;
178
 
-
 
-
 
178
    text-align: center;
Línea 179... Línea 179...
179
 
179
 
180
    img {
180
    img {
181
        width: 150px;
181
        width: 150px;
182
        height: 150px;
182
        height: 150px;
Línea 191... Línea 191...
191
    svg {
191
    svg {
192
        color: $font-color;
192
        color: $font-color;
193
    }
193
    }
Línea 194... Línea 194...
194
 
194
 
-
 
195
    ul {
195
    ul {
196
        align-items: start;
196
        display: flex;
197
        display: flex;
197
        flex-direction: column;
198
        flex-direction: column;
198
        gap: .5rem;
199
        gap: .5rem;
199
        align-items: start;
200
        width: 100%;
Línea 200... Línea 201...
200
    }
201
    }
201
 
202
 
202
    .user-status {
203
    .user-status {