@masa-dev/react-signage
Version:
This is a react library for signage.
18 lines (17 loc) • 330 B
JavaScript
export const ContainerBaseStyle = {
background: 'black',
width: '300px',
height: '200px',
};
export const FallbackFullscreenStyle = {
position: 'fixed',
margin: 0,
padding: 0,
top: 0,
left: 0,
width: '100%',
height: '100%',
maxWidth: '100%',
maxHeight: '100%',
zIndex: 1000,
};