Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- paper: {
- padding: 20
- },
- profile: {
- '& .image-wrapper': {
- textAlign: 'center',
- position: 'relative',
- '& button': {
- position: 'absolute',
- top: '80%',
- left: '70%'
- }
- },
- '& .profile-image': {
- width: 200,
- height: 200,
- objectFit: 'cover',
- maxWidth: '100%',
- borderRadius: '50%'
- },
- '& .profile-details': {
- textAlign: 'center',
- '& span, svg': {
- verticalAlign: 'middle'
- },
- '& a': {
- color: theme.palette.primary.main
- }
- },
- '& hr': {
- border: 'none',
- margin: '0 0 10px 0'
- },
- '& svg.button': {
- '&:hover': {
- cursor: 'pointer'
- }
- }
- },
- buttons: {
- textAlign: 'center',
- '& a': {
- margin: '20px 10px'
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment