| 1 |
.ka-woo-my-account-dashboard { |
| 2 |
display: grid; |
| 3 |
gap: 16px; |
| 4 |
} |
| 5 |
|
| 6 |
.ka-woo-my-account-dashboard__cards { |
| 7 |
display: grid; |
| 8 |
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); |
| 9 |
gap: 12px; |
| 10 |
} |
| 11 |
|
| 12 |
.ka-woo-account-card { |
| 13 |
padding: 12px; |
| 14 |
border: 1px solid #e5e7eb; |
| 15 |
border-radius: 10px; |
| 16 |
background: #fff; |
| 17 |
} |
| 18 |
|
| 19 |
.ka-woo-account-card__label { |
| 20 |
font-size: 12px; |
| 21 |
color: #6b7280; |
| 22 |
text-transform: uppercase; |
| 23 |
margin-bottom: 4px; |
| 24 |
} |
| 25 |
|
| 26 |
.ka-woo-account-card__value { |
| 27 |
font-size: 24px; |
| 28 |
font-weight: 700; |
| 29 |
} |
| 30 |
|
| 31 |
.ka-woo-account-card__link { |
| 32 |
display: inline-block; |
| 33 |
margin-top: 6px; |
| 34 |
font-size: 12px; |
| 35 |
} |
| 36 |
|
| 37 |
.ka-woo-my-account-dashboard__content { |
| 38 |
border: 1px solid #e5e7eb; |
| 39 |
border-radius: 10px; |
| 40 |
padding: 16px; |
| 41 |
background: #fff; |
| 42 |
} |
| 43 |
|
| 44 |
|
| 45 |
|
| 46 |
|
| 47 |
|
| 48 |
|