bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/plugins-engine/styles.ts

12 lines
238 B
TypeScript
Raw Normal View History

import styled from 'styled-components';
2023-09-14 21:44:04 +08:00
// eslint-disable-next-line import/prefer-default-export
export const PluginsEngine = styled.div`
position: 'absolute',
top: 0,
left: 0,
width: '100vw',
height: '100vh',
zIndex: -1,
`;