guide.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @import '../../../../themes/t.cell.scss';
  2. @import '../../common.scss';
  3. /* module/chats/components/guide/guide.wxss */
  4. .steward-wrapper {
  5. // --primary-color: #38FF6E;
  6. --primary-color: #1D6FF6;
  7. --td-cell-title-color: var(--primary-color);
  8. --td-cell-hover-color: #F5F5F5;
  9. }
  10. .health-analysis-title {
  11. color: #1D6FF6 !important;
  12. }
  13. .steward-wrapper .t-cell.cell-border-gradient {
  14. .t-cell__title {
  15. color: #1D6FF6 !important;
  16. }
  17. }
  18. .title {
  19. display: flex;
  20. flex-direction: row;
  21. align-items: center;
  22. // color: #fff;
  23. color: #191919;
  24. font-weight: bold;
  25. font-size: 16px;
  26. .icon {
  27. margin-left: 4px;
  28. width: 12px;
  29. height: 16px;
  30. }
  31. }
  32. .disabled {
  33. opacity: 0.5 !important;
  34. }
  35. .t-cell {
  36. &__note {
  37. color: #BBBBBB !important;
  38. font-size: 32rpx !important;
  39. }
  40. &.t-cell--hover {
  41. background-color: #F5F5F5 !important;
  42. opacity: 1 !important;
  43. }
  44. }
  45. // Custom hover class
  46. .custom-cell-hover {
  47. background-color: #F5F5F5 !important;
  48. }
  49. // Override default hover effect
  50. .t-cell--hover {
  51. background-color: #F5F5F5 !important;
  52. opacity: 1 !important;
  53. }