| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @import "../../../../themes/t.cell.scss";
- @import "../../report-common.scss";
- @import "../../../../themes/card.scss";
- /* module/health/components/report-health-status/report-health-status.wxss */
- .status-data-wrapper {
- font-size: 12px;
- }
- .report-data-wrapper {
- font-size: 14px;
- .card-body {
- display: flex;
- flex-direction: row;
- align-items: center;
- .content-wrapper {
- flex: auto;
- }
- .image-wrapper {
- flex: none;
- width: 128px;
- height: 128px;
- margin-left: 8px;
- }
- }
- .title {
- text-align: center;
- }
- .primary {
- color: #34A76B;
- }
- }
- .text-item+.text-item::before {
- content: ',';
- }
|