Files
TakeoutSaaS.TenantUI/apps/web-antd/src/views/member/stored-card/styles/base.less

31 lines
458 B
Plaintext

.page-member-stored-card {
.msc-page {
display: flex;
flex-direction: column;
gap: 16px;
}
.msc-tab-panel {
display: flex;
flex-direction: column;
gap: 16px;
}
.msc-empty {
border-radius: 12px;
padding: 40px 20px;
background: #fff;
box-shadow: 0 3px 10px rgb(16 24 40 / 6%);
}
.msc-readonly-tip {
margin-left: auto;
color: #6b7280;
font-size: 12px;
}
.msc-spacer {
flex: 1;
}
}