@import '../../../../themes/t.cell.scss'; @import '../../common.scss'; /* module/chats/components/guide/guide.wxss */ .steward-wrapper { --primary-color: #38FF6E; --td-cell-title-color: var(--primary-color); } .title { display: flex; flex-direction: row; align-items: center; color: #fff; .icon { margin-left: 4px; width: 12px; height: 16px; } } .disabled { opacity: 0.5 !important; }