users.css 784 B

12345678910111213141516171819202122232425
  1. .profile-card-with-stats .btn-float {
  2. padding: 8px 14px 4px 14px; }
  3. .profile-card-with-cover .card-profile-image {
  4. position: absolute;
  5. top: 130px;
  6. width: 100%;
  7. text-align: center; }
  8. .profile-card-with-cover .card-profile-image img.img-border {
  9. border: 5px solid #fff; }
  10. .profile-card-with-cover .profile-card-with-cover-content {
  11. padding-top: 4rem; }
  12. #user-profile .profile-with-cover .profil-cover-details {
  13. position: absolute;
  14. margin-top: -90px; }
  15. #user-profile .profile-with-cover .profil-cover-details .profile-image img.img-border {
  16. border: 5px solid #fff; }
  17. #user-profile .profile-with-cover .profil-cover-details .card-title {
  18. color: #FFFFFF;
  19. text-shadow: 1px 1px 4px #373a3c; }
  20. #user-profile .navbar-profile {
  21. margin-left: 130px; }