Skip to content
Snippets Groups Projects
user-profile.scss 1.85 KiB
Newer Older
#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: none;
    .button-modify-profile {
      display: flex;
      justify-content: flex-end;
Antoine Dupré's avatar
Antoine Dupré committed
    }
    & > .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-first-job {
    nav {
      display: none;
  .member-receiveMail-wrapper {
    display: none;
  }
// Custom link positioning in user profile territories
.tzcld-user-profile-territory-card {
  .links {
    position: absolute;
    right: 0;
    top: 0;

    solid-link.icon {
      background: var(--color-primary);
      border-radius: 50%;
      display: inline-block;
      padding: 10px;

      &:before {
        color: #fff !important;
        font-size: 18px;
      }

      &:hover {
        border: 2px solid var(--color-primary);
        background-color: #fff;

        &:before {
          color: var(--color-primary) !important;
        }
      }
    }
  }
}

.user-first-job {
  div,
  h4 {
    display: inline;
    font-size: 14px;
    font-weight: 400;
  }
}

#members-edit-profile {
  .orgs-wrapper {
    input[type="submit"] {
      display: none;
  }
  [name="tzcld_profile.last_contribution_year"] {
    display: none;
  }

// Common user actions
tzcld-profile-user-actions {
  position: absolute;
  top: -8px;
  right: -4px;

  .icon {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background: var(--color-primary);

    &:before {
      color: #fff !important;
    }
  }
}