42 lines
645 B
SCSS
42 lines
645 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.media-delete-confirm-modal {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.podcast-card {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
border-radius: 8px;
|
|
&__title,
|
|
&__sub-title {
|
|
max-width: 298px;
|
|
}
|
|
&__picture {
|
|
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 {
|
|
width: 100%;
|
|
}
|
|
}
|