Skip to content

Commit

Permalink
Tightens up spacing in grant captcha panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed Nov 15, 2019
1 parent b3e906f commit b25099c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import styled from 'styled-components'

export const StyledWrapper = styled<{}, 'div'>('div')`
text-align: center;
margin: 15px 0 0 -32px;
margin: 10px 0 0 -32px;
width: 333px;
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ export const StyledText = styled<{}, 'div'>('div')`
export const StyledGrantIcon = styled<{}, 'img'>('img')`
height: 53px;
width: 53px;
margin: 25px auto 15px;
margin: 20px auto 10px;
`

export const StyledPanelText = styled<{}, 'div'>('div')`
padding: 7px;
font-size: 12px;
margin: 7px auto 0px;
margin: 5px auto 0px;
background: rgba(241, 241, 245, 0.70);
border-radius: 8px 8px 8px 8px;
`
Expand Down

0 comments on commit b25099c

Please sign in to comment.