fix: wrong fonts on the operator info pages (#430)

* fix: fix bug when loading the contact info page with no phone configured
or no country configured in locales

style: fixed contact info styles

style: fixes on the terms & conditions styles

* fix: re-add H4 style after merge

fix: code styling
This commit is contained in:
Liordino Neto 2020-09-22 18:28:12 -03:00 committed by GitHub
parent 3c0f4ec194
commit 02474a0a6d
4 changed files with 41 additions and 32 deletions

View file

@ -77,6 +77,22 @@ const contactInfoStyles = {
display: 'flex',
flexDirection: 'row',
paddingLeft: 4
},
rowWrapper: {
display: 'flex',
alignItems: 'center',
position: 'relative',
flex: 'wrap'
},
transparentButton: {
'& > *': {
margin: 'auto 12px'
},
'& button': {
border: 'none',
backgroundColor: 'transparent',
cursor: 'pointer'
}
}
}