| 12345678910111213141516171819202122232425 |
- @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;
- }
|