PromucFlow_constructor/app/client/src/globalStyles/uppy.ts

12 lines
253 B
TypeScript
Raw Normal View History

import { createGlobalStyle } from "styled-components";
export const UppyStyles = createGlobalStyle`
.uppy-Root .uppy-ImageCropper .uppy-u-reset.uppy-c-btn:first-child {
width: 100px;
}
a.uppy-Dashboard-poweredBy {
display: none;
}
`;