jc-biz-components
Version:
jc component library based on Antd
25 lines (24 loc) • 745 B
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
:global .jc-upload-iconContainer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 96px;
clear: both;
}
:global .jc-upload-icon {
cursor: pointer;
-webkit-transition: 300ms;
transition: 300ms;
}
:global .jc-upload-icon :hover {
opacity: 0.7;
}