static-cms/src/components/Widgets/FileControl.css

22 lines
322 B
CSS
Raw Normal View History

@import "../UI/theme.css";
.input {
display: none !important;
}
.message {
padding: 20px;
display: block;
font-size: 12px;
}
.imageUpload {
background-color: #fff;
text-align: center;
color: #999;
border: var(--border);
border-style: dashed;
border-radius: var(--borderRadius);
cursor: pointer;
}