.cip-upload{ &-content{ display: flex; flex-wrap: wrap; align-items: center; } &-picture-trigger{ display: flex; flex-direction: column; align-items: center; width: 80px; height: 80px; justify-content: center; box-sizing: border-box; cursor: pointer; border: 1px dashed var(~'--@{elNamespace}-border-color-darker'); line-height: 18px; font-size: 12px; border-radius: 2px; color: var(~'--@{elNamespace}-text-color-secondary'); &:hover{ border-color: var(~'--@{elNamespace}-color-primary'); } } &-drag-trigger{ display: flex; flex-direction: column; align-items: center; width: 100%; justify-content: center; line-height: 26px; } .@{elNamespace}-progress__text { display: none !important; } }