dabit3 / nextjs-gitcoin-passport

Next.js + Gitcoin passport example application

Home Page:https://nextjs-gitcoin-passport.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File length

0xZakk opened this issue · comments

const styles = {
main: {
width: '900px',
margin: '0 auto',
paddingTop: 90
},
heading: {
fontSize: 60
},
intro: {
fontSize: 18,
color: 'rgba(0, 0, 0, .55)'
},
configurePassport: {
marginTop: 20,
},
linkStyle: {
color: '#008aff'
},
buttonContainer: {
marginTop: 20
},
buttonStyle: {
padding: '10px 30px',
outline: 'none',
border: 'none',
cursor: 'pointer',
marginRight: '10px',
borderBottom: '2px solid rgba(0, 0, 0, .2)',
borderRight: '2px solid rgba(0, 0, 0, .2)'
},
hiddenMessageContainer: {
marginTop: 15
},
noScoreMessage: {
marginTop: 20
}
}

This is somewhat small, but if we move this to another file (and delete out the commented stuff below), then the whole file for the integration is ~160 LOC. I think the goal from our first meeting was ~100 LOC.