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:
parent
3c0f4ec194
commit
02474a0a6d
4 changed files with 41 additions and 32 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue