Advertisement
PythoNyashka

Untitled

Dec 14th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div style={{
  2.             backgroundImage: 'linear-gradient(135deg, #f24973 0%, #3948e6 100%)',
  3.             height: 60,
  4.             display: 'flex',
  5.             alignItems: 'flex-end',
  6.             justifyContent: 'center',
  7.             paddingBottom: '0px',
  8.             borderRadius:
  9.         }}>
  10.     <Div className="balance" style={{fontSize: fontSize}}>
  11.         {profInfo.data.balance} руб
  12.     </Div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement