47 lines
743 B
SCSS
47 lines
743 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.media-delete-confirm-modal {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tiktok-video-card {
|
|
overflow: hidden;
|
|
|
|
&__picture {
|
|
width: 82px !important;
|
|
height: 82px !important;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #e5e5e5;
|
|
|
|
img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
object-position: center;
|
|
}
|
|
}
|
|
|
|
&__info {
|
|
&--footer {
|
|
border-top: solid 1px $gray5;
|
|
align-items: flex-end;
|
|
|
|
.ant-btn-link {
|
|
color: $default;
|
|
}
|
|
|
|
> button:first-child {
|
|
padding-left: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__content {
|
|
.ant-typography-ellipsis {
|
|
max-width: 400px;
|
|
}
|
|
}
|
|
}
|