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

28 lines
533 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;
}
2021-08-02 07:27:20 +00:00
.bp3-dialog.file-picker-dialog {
margin: 48px 0;
}
.cropper-view-box {
box-shadow: 0 0 0 1px #39f;
border-radius: 50%;
outline: 0;
}
.cropper-face {
background-color:inherit !important;
}
.cropper-view-box {
outline:inherit !important;
}
`;