Add some margins to settings icons

This commit is contained in:
Bartosz Sosnowski
2019-11-22 14:15:30 +01:00
committed by Bartosz Sosnowski
parent 4be84e035f
commit fbc922fe97
4 changed files with 9 additions and 4 deletions

View File

@@ -160,7 +160,12 @@ export class App extends React.Component <any, any> {
},
'i.ms-Button-icon' : {
color: theme.palette.neutralPrimary,
fontWeight: 'normal'
fontWeight: 'normal',
paddingLeft: '5px',
paddingRight: '5px'
},
'.ms-Button-icon > svg' : {
paddingTop: '2px'
},
'&:hover i.ms-Button-icon' : {
color: theme.palette.neutralPrimary,