bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/video-button/styles.js

10 lines
136 B
JavaScript
Raw Normal View History

import styled from 'styled-components';
2021-12-10 22:55:37 +08:00
const OffsetBottom = styled.div`
2022-02-22 04:40:00 +08:00
position: relative;
2021-12-10 22:55:37 +08:00
`;
export default {
2021-12-10 22:55:37 +08:00
OffsetBottom,
};