soupette 7313cbdb41 Init media library.
Created OLD folder.
Fix load plugin when no Initializer is provided.

Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-12 21:55:56 +01:00

10 lines
142 B
JavaScript

import styled from 'styled-components';
const Wrapper = styled.div`
.button-submit {
min-width: 140px;
}
`;
export default Wrapper;