jiti-meet/react/features/recording/components/LiveStream/styles.js

29 lines
493 B
JavaScript
Raw Normal View History

2018-07-05 11:17:45 +00:00
// @flow
import { BoxModel, createStyleSheet } from '../../../base/styles';
/**
* The styles of the React {@code Components} of LiveStream.
*/
export default createStyleSheet({
streamKeyFormWrapper: {
flexDirection: 'column',
padding: BoxModel.padding
},
streamKeyHelp: {
alignSelf: 'flex-end'
},
streamKeyInput: {
alignSelf: 'stretch',
height: 50
},
streamKeyInputLabel: {
alignSelf: 'flex-start'
}
});