bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/video-provider-graphql/video-button/styles.ts
2024-04-25 13:01:22 -03:00

10 lines
136 B
TypeScript

import styled from 'styled-components';
const OffsetBottom = styled.div`
position: relative;
`;
export default {
OffsetBottom,
};