hidjou

Profile styles

Mar 24th, 2019
2,318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   paper: {
  3.     padding: 20
  4.   },
  5.   profile: {
  6.     '& .image-wrapper': {
  7.       textAlign: 'center',
  8.       position: 'relative',
  9.       '& button': {
  10.         position: 'absolute',
  11.         top: '80%',
  12.         left: '70%'
  13.       }
  14.     },
  15.     '& .profile-image': {
  16.       width: 200,
  17.       height: 200,
  18.       objectFit: 'cover',
  19.       maxWidth: '100%',
  20.       borderRadius: '50%'
  21.     },
  22.     '& .profile-details': {
  23.       textAlign: 'center',
  24.       '& span, svg': {
  25.         verticalAlign: 'middle'
  26.       },
  27.       '& a': {
  28.         color: theme.palette.primary.main
  29.       }
  30.     },
  31.     '& hr': {
  32.       border: 'none',
  33.       margin: '0 0 10px 0'
  34.     },
  35.     '& svg.button': {
  36.       '&:hover': {
  37.         cursor: 'pointer'
  38.       }
  39.     }
  40.   },
  41.   buttons: {
  42.     textAlign: 'center',
  43.     '& a': {
  44.       margin: '20px 10px'
  45.     }
  46.   }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment