Skip to content

Commit

Permalink
Broken user card inside legacy People page (#483)
Browse files Browse the repository at this point in the history
* card profile fix style

* card profile fix style
  • Loading branch information
luorlandini authored Sep 7, 2021
1 parent 0b7aec8 commit a11f281
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@
.color-var(@theme-vars[main-variant-color]);
.background-color-var(@theme-vars[main-variant-bg]);
}

}

// **************
Expand Down Expand Up @@ -629,3 +630,16 @@
}
}
}
/* People
----------------------- */
.profile-container{
.profile-image, .profile-avatar{
margin: 0;
padding: 0;
}
.profile-details h5{
font-weight: 700;
margin-top: 0.7rem;
margin-bottom: 0.7rem;
}
}

0 comments on commit a11f281

Please sign in to comment.