woocommerce/plugins/woocommerce-admin/client/marketing/components/CardHeaderTitle
Gan Eng Chin c2aad26473
Simplify CardHeaderTitle CSS.
- Use `@include font-size ( 20 )` to generate relative size in rem.
- Use unitless number value for line-height; this is the preferred way according to MDN.
- `font-weight` and `letter-spacing` are not needed.

The UI looks the same before and after this change.
2023-01-27 01:26:37 +08:00
..
CardHeaderTitle.scss Simplify CardHeaderTitle CSS. 2023-01-27 01:26:37 +08:00
CardHeaderTitle.tsx Code refactor with CardHeaderTitle component. 2023-01-21 23:10:31 +08:00
index.ts Code refactor with CardHeaderTitle component. 2023-01-21 23:10:31 +08:00