ref(ui-components) Use new Button component (#11969)

Remove atlaskit deps
This commit is contained in:
Robert Pintilii
2022-08-04 13:39:22 +03:00
committed by GitHub
parent d3c7b074d4
commit 5601a62b60
9 changed files with 68 additions and 1714 deletions

View File

@@ -170,6 +170,11 @@ const styles = theme => {
marginBottom: '20px'
},
'& .sign-out-cta-button': {
display: 'flex',
justifyContent: 'center'
},
'@media only screen and (max-width: 700px)': {
'& .device-selection': {
display: 'flex',