-
Antoine Dupré authoredAntoine Dupré authored
user-profile.scss 2.03 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;
}
}
[next="members-edit-profile"] {
border-radius: 50%;
padding: 16.5px;
height: 29px;
width: 29px;
display: flex;
align-items: center;
justify-content: center;
}
.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;
}
}
.user-first-job {
div, h4 {
display: inline;
font-size: 14px;
font-weight: 400;
}
}
#members-edit-profile {
.orgs-wrapper {
input[type="submit"] {
display: none;
}
}
}