49 lines
783 B
SCSS
49 lines
783 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.media-delete-confirm-modal {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.affiliate-card {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
|
|
&__content {
|
|
height: 100%;
|
|
}
|
|
|
|
&__picture {
|
|
img,
|
|
.ant-skeleton-avatar {
|
|
width: 82px !important;
|
|
height: 82px !important;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
&__title {
|
|
max-width: calc(100% - 96px);
|
|
&--tag {
|
|
background: $grey;
|
|
border-radius: 4px;
|
|
color: $grey4;
|
|
padding: 1px 4px;
|
|
text-align: center;
|
|
width: 96px;
|
|
}
|
|
}
|
|
&__info {
|
|
&--footer {
|
|
border-top: solid 1px $gray5;
|
|
align-items: flex-end;
|
|
|
|
.ant-btn-link {
|
|
color: $default;
|
|
}
|
|
|
|
> button:first-child {
|
|
padding-left: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|