Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3517 stevensc 1
.profile_info {
2
    width: 100%;
3
    padding: 25px 20px;
4
    border: 1px solid $border-primary;
5
    background-color: $bg-color;
6
    text-align: center;
7
    margin-bottom: 30px;
8
    border-radius: 10px;
9
    h3 {
10
        justify-content: flex-start;
11
        font-weight: 700;
12
        font-size: 1.3rem;
13
    }
14
    h4 {
15
        position: absolute;
16
        bottom: 0;
17
    }
18
    ul {
19
        display: flex;
20
        gap: 5px;
21
        justify-content: space-around;
22
    }
23
    hr {
24
        width: 80%;
25
        margin: 1rem auto;
26
    }
27
    &_header {
28
        display: flex;
29
        position: relative;
30
        &_imgContainer {
31
            overflow: hidden;
32
            border-radius: 100px;
33
            margin: 0 auto;
34
            img {
35
                background: #fff;
36
            }
37
        }
38
    }
39
}