|
@@ -9,6 +9,7 @@ export const commonClassName = {
|
9
|
9
|
emptyList: 'empty-list',
|
10
|
10
|
overflowMenuItem: 'overflow-menu-item',
|
11
|
11
|
overflowMenuItemIcon: 'overflow-menu-item-icon',
|
|
12
|
+ participantAvatar: 'participant-avatar',
|
12
|
13
|
toolboxIcon: 'toolbox-icon',
|
13
|
14
|
toolboxButton: 'toolbox-button',
|
14
|
15
|
toolboxContentItems: 'toolbox-content-items'
|
|
@@ -96,6 +97,9 @@ export const commonStyles = (theme: Object) => {
|
96
|
97
|
width: 20
|
97
|
98
|
}
|
98
|
99
|
},
|
|
100
|
+ [commonClassName.participantAvatar]: {
|
|
101
|
+ margin: `${theme.spacing(2)} ${theme.spacing(3)} ${theme.spacing(2)} 0`
|
|
102
|
+ },
|
99
|
103
|
[commonClassName.toolboxIcon]: {
|
100
|
104
|
display: 'flex',
|
101
|
105
|
borderRadius: 3,
|