MessageEditorMediaModal.style.js 389 B

12345678910111213141516171819
  1. import styled from 'styled-components'
  2. export const MessageEditorMediaModalWrapper = styled.div`
  3. width: 100%;
  4. height: 100%;
  5. padding: 30px 30px 20px;
  6. `;
  7. export const MessageMediaFooter = styled.div`
  8. margin-top: 20px;
  9. display: flex;
  10. justify-content: space-between;
  11. `;
  12. export const MessageEditorMediaFooter = styled.div`
  13. margin-top: 20px;
  14. display: flex;
  15. justify-content: right;
  16. `;