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