SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/TextCardModule.scss

54 lines
850 B
SCSS

@import '../../styles/abstracts/variables';
.text-delete-confirm-modal {
overflow: hidden;
}
.text-card {
overflow: hidden;
width: 100%;
&__picture {
width: 80px !important;
height: 80px !important;
display: flex;
align-items: center;
justify-content: center;
background: #f3f3f3;
color: #636363;
}
&__title {
max-width: calc(100% - 96px);
&--tag {
background: $grey;
border-radius: 4px;
color: $grey4;
padding: 1px 4px;
text-align: center;
width: 96px;
}
}
&__content {
&.ant-row {
height: 80px;
}
}
&__info {
&--footer {
border-top: solid 1px $gray5;
align-items: flex-end;
.ant-btn-link {
color: $default;
}
> button:first-child {
padding-left: 0 !important;
}
}
}
}