Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5448 Rev 5462
Línea 207... Línea 207...
207
                height: 32px;
207
                height: 32px;
208
                border-radius: 50%;
208
                border-radius: 50%;
209
            }
209
            }
210
        }
210
        }
211
    }
211
    }
-
 
212
}
-
 
213
 
-
 
214
.user-info {
-
 
215
    @include mixins.widget;
-
 
216
    align-items: center;
-
 
217
    display: flex;
-
 
218
    flex-direction: column;
-
 
219
    gap: .5rem;
-
 
220
    padding: 1rem;
-
 
221
    text-align: center;
-
 
222
 
-
 
223
    img {
-
 
224
        border-radius: 50%;
-
 
225
        border: 2px solid $font-color;
-
 
226
        height: 150px;
-
 
227
        width: 150px;
-
 
228
    }
-
 
229
 
-
 
230
    p {
-
 
231
        color: $subtitle-color
-
 
232
    }
-
 
233
 
-
 
234
    a,
-
 
235
    svg {
-
 
236
        color: $font-color;
-
 
237
    }
-
 
238
 
-
 
239
    ul {
-
 
240
        align-items: start;
-
 
241
        display: flex;
-
 
242
        flex-direction: column;
-
 
243
        gap: .5rem;
-
 
244
        width: 100%;
-
 
245
    }
-
 
246
 
-
 
247
    .user-status {
-
 
248
        display: flex;
-
 
249
        align-items: center;
-
 
250
        gap: .5rem;
-
 
251
        justify-content: space-around;
-
 
252
    }
212
}
253
}
213
254