@import '../../styles/abstracts/variables'; .media-delete-confirm-modal { overflow: hidden; } .dca-card { overflow: hidden; width: 100%; border-radius: 8px; &__picture { border-right: 1px solid #eee; img, .ant-skeleton-avatar { width: 82px !important; height: 82px !important; object-fit: cover; } } &__info { &--footer { border-top: solid 1px $gray5; align-items: flex-end; .ant-btn-link { color: $default; } > button:first-child { padding-left: 0 !important; } } } &__content { justify-content: space-between; height: 100%; } &__wrapper { width: 100%; } &__title { max-width: calc(100% - 72px); } }