Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Autoría | Ultima modificación | Ver Log |

.profile_info {
    width: 100%;
    padding: 25px 20px;
    border: 1px solid $border-primary;
    background-color: $bg-color;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    h3 {
        justify-content: flex-start;
        font-weight: 700;
        font-size: 1.3rem;
    }
    h4 {
        position: absolute;
        bottom: 0;
    }
    ul {
        display: flex;
        gap: 5px;
        justify-content: space-around;
    }
    hr {
        width: 80%;
        margin: 1rem auto;
    }
    &_header {
        display: flex;
        position: relative;
        &_imgContainer {
            overflow: hidden;
            border-radius: 100px;
            margin: 0 auto;
            img {
                background: #fff;
            }
        }
    }
}