@import '../../styles/abstracts/variables'; .media-delete-confirm-modal { overflow: hidden; } .youtube-video-card { overflow: hidden; &__picture { width: 82px !important; height: 82px !important; display: flex; align-items: center; justify-content: center; background: #e5e5e5; } &__info { &--footer { border-top: solid 1px $gray5; align-items: flex-end; .ant-btn-link { color: $default; } > button:first-child { padding-left: 0 !important; } } } }