Change margins (#124)
This commit is contained in:
parent
7744edeee8
commit
346d32782b
|
@ -42,4 +42,5 @@ const VoteProposeWrap = styled.div`
|
|||
const VoteConfirmBtn = styled(ButtonPrimary)`
|
||||
width: 100%;
|
||||
padding: 11px 0;
|
||||
margin-top: 32px;
|
||||
`
|
||||
|
|
|
@ -94,4 +94,5 @@ const WarningWrapRemoval = styled.div`
|
|||
const VoteConfirmBtn = styled(ButtonPrimary)`
|
||||
width: 100%;
|
||||
padding: 11px 0;
|
||||
margin-top: 32px;
|
||||
`
|
||||
|
|
|
@ -58,4 +58,5 @@ const VoteConfirmBtn = styled(ButtonSecondary)`
|
|||
font-weight: 500;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
margin-top: 32px;
|
||||
`
|
||||
|
|
|
@ -125,7 +125,6 @@ const VoteProposingAmount = styled(Input)`
|
|||
|
||||
const VoteProposingRangeWrap = styled.div`
|
||||
width: 294px;
|
||||
margin-bottom: 32px;
|
||||
`
|
||||
|
||||
const VoteProposingRange = styled.input<{ isDisabled?: boolean }>`
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue