Change margins (#124)

This commit is contained in:
Maria Rushkova 2021-07-16 11:50:18 +02:00 committed by GitHub
parent 7744edeee8
commit 346d32782b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 3 deletions

View File

@ -42,4 +42,5 @@ const VoteProposeWrap = styled.div`
const VoteConfirmBtn = styled(ButtonPrimary)`
width: 100%;
padding: 11px 0;
margin-top: 32px;
`

View File

@ -94,4 +94,5 @@ const WarningWrapRemoval = styled.div`
const VoteConfirmBtn = styled(ButtonPrimary)`
width: 100%;
padding: 11px 0;
margin-top: 32px;
`

View File

@ -58,4 +58,5 @@ const VoteConfirmBtn = styled(ButtonSecondary)`
font-weight: 500;
font-size: 15px;
line-height: 22px;
margin-top: 32px;
`

View File

@ -125,7 +125,6 @@ const VoteProposingAmount = styled(Input)`
const VoteProposingRangeWrap = styled.div`
width: 294px;
margin-bottom: 32px;
`
const VoteProposingRange = styled.input<{ isDisabled?: boolean }>`

View File

@ -23,8 +23,7 @@ const VoteWarning = styled.div`
padding: 16px;
background: #ffeff2;
border-radius: 6px;
margin-bottom: 32px;
margin-right: 11px;
margin-top: 32px;
& > span {
font-size: 24px;