user-profile.less 487 B

1234567891011121314151617181920212223242526
  1. //
  2. // User Profile Flavor
  3. // --------------------------------------------------
  4. // Text align disabled account node
  5. .page-user-profile .page-header .alert {
  6. text-align: center;
  7. }
  8. // Style user's avatar
  9. .page-user-profile .page-header {
  10. img {
  11. background-color: #fff;
  12. border-radius: @border-radius-large;
  13. .shadow-2dp();
  14. }
  15. }
  16. .page-user-profile .profile-side-avatar {
  17. img {
  18. background-color: #fff;
  19. border-radius: @border-radius-large;
  20. .shadow-4dp();
  21. }
  22. }