Skip to content
Snippets Groups Projects
user-profile.scss 1.57 KiB
#members-member-profile {
    &>div.breadcrumb {
        &>div:first-of-type {
            display: none;
        }
        &>div.text-right:last-of-type {
            text-align: left;
        }
    }

    &>div.member-profile-wrapper  {
        box-shadow: none;
        background: transparent;

        .button-modify-profile {
            display: flex;
            justify-content: flex-end;
        }

        &>.member-bio {
            width: 100%;
            max-width: 100%;
            padding: 0;
        }

    }

    .tzcld-user-profile-wrapper {

        .tzcld-user-profile-col1 {
            margin-top: 32px;
            .section-avatar {
                position: relative;
                background-color: #fff;
            }
            .button-modify-picture, solid-picture .button-modify-picture {
                top: 15px;
                position: absolute;
                right: 15px;
                z-index: 1;
            }

            .territoires-mini-cards-2 {

                .territoires-mini-card-2 {
                    background-color: #fff;
                    &>div {
                        vertical-align: top;
                    }
                }
            }
        }
        .tzcld-user-profile-col2 {
            vertical-align: top;
            h3 {
                margin-bottom: 0;
            }
            &>div.shadow {
                background-color: #fff;
            }
        }
    }

    #tzcld-user-profile-first-job {
        nav {
            display: none;
        }
    }
    .member-receiveMail-wrapper {
        display: none;
    }
}