bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/connection-status/button/styles.js
2021-11-08 20:11:14 +00:00

16 lines
225 B
JavaScript

import styled from 'styled-components';
const IconWrapper = styled.div`
width: 1.025rem;
height: 1.025rem;
`;
const ButtonWrapper = styled.div`
margin: 0 .5rem;
`;
export default {
IconWrapper,
ButtonWrapper,
};