@import "../plugins/theme-variables.scss";
@import "~element-ui/packages/theme-chalk/src/mixins/mixins";
@import "~element-ui/packages/theme-chalk/src/upload";

/* ---- jellies overrides (migrated from SFC; ships in theme/X.css) ---- */
.el-upload-list--picture .el-upload-list__item {
  border: none;
}
.el-upload-list--picture .el-upload-list__item-status-label {
  background: $--color-success !important;
  box-shadow: none !important;
}
.el-upload .el-upload-dragger {
  border-width: 2px;
}
