Skip to content

Commit

Permalink
Add Styling to the Disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed May 7, 2021
1 parent 07565d7 commit 58eae7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/disclaimer-popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ class DisclaimerPopup extends Component {
top: '43%',
position: 'fixed',
color: 'white',
left: '-74px',
fontSize: 'x-large',
right: '-42px',
fontSize: '18px',
cursor: 'pointer',
maxWidth: '100%',
marginLeft: '20px',
transform: 'rotate(-90deg)',
transform: 'rotate(270deg)',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
borderRadius: '0 0 4px 4px',
borderRadius: '4px',
backgroundColor: '#2A2498',
padding: '0.5em 0.8em',
padding: '0.8em 1.2em',
}
}
>
Expand Down

0 comments on commit 58eae7e

Please sign in to comment.