users.css 790 B

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