mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-24 17:39:19 +00:00
69 lines
1.3 KiB
JavaScript
69 lines
1.3 KiB
JavaScript
|
export default {
|
||
|
NoEthereumSection: {
|
||
|
maxWidth: '980px',
|
||
|
margin: '0 auto',
|
||
|
textAlign: 'center',
|
||
|
fontSize: '24px'
|
||
|
},
|
||
|
ImgHeaderLogo: {
|
||
|
width: '264px',
|
||
|
paddingBottom: '30px'
|
||
|
},
|
||
|
ImgEthereumLogo: {
|
||
|
width: '61px',
|
||
|
paddingTop: '30px',
|
||
|
marginBottom: '40px'
|
||
|
},
|
||
|
PNotFound: {
|
||
|
opacity: 0.50,
|
||
|
display: 'inline-block',
|
||
|
letterSpacing: '0.6px',
|
||
|
margin: 10
|
||
|
},
|
||
|
PUseClients: {
|
||
|
display: 'inline-block',
|
||
|
color: '#546979',
|
||
|
fontWeight: 700
|
||
|
},
|
||
|
DivClients: {
|
||
|
height: '360px',
|
||
|
display: 'flex',
|
||
|
justifyContent: 'center',
|
||
|
fontSize: '21px',
|
||
|
marginBottom: '50px',
|
||
|
marginTop: '50px'
|
||
|
},
|
||
|
ImgLogo: {
|
||
|
width: '85px'
|
||
|
},
|
||
|
AlignNumber: {
|
||
|
display: 'table-cell',
|
||
|
verticalAlign: 'middle',
|
||
|
paddingRight: '20px'
|
||
|
},
|
||
|
NumberCircle: {
|
||
|
display: 'inline-block',
|
||
|
borderRadius: '50%',
|
||
|
height: '28px',
|
||
|
width: '28px',
|
||
|
lineHeight: '28px',
|
||
|
textAlign: 'center',
|
||
|
border: 'solid 1px #CFD8DC',
|
||
|
fontSize: '18px',
|
||
|
color: '#222228',
|
||
|
opacity: 0.68
|
||
|
},
|
||
|
DivSubClients: {
|
||
|
backgroundColor: 'white',
|
||
|
width: '340px',
|
||
|
height: '360px',
|
||
|
padding: '33px 10px 33px 27px',
|
||
|
opacity: 0.89,
|
||
|
border: '2px solid #EFF1F3',
|
||
|
boxShadow: '0px 2px 6px 0px rgba(0, 0, 0, 0.13)',
|
||
|
borderRadius: '4px',
|
||
|
margin: '0 20px'
|
||
|
}
|
||
|
|
||
|
}
|