This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f106ca16b9
woocommerce
/
plugins
/
woocommerce-admin
/
client
/
marketing
/
components
/
CardHeaderTitle
/
CardHeaderTitle.scss
5 lines
91 B
SCSS
Raw
Normal View
History
Unescape
Escape
Code refactor with CardHeaderTitle component. This component will be used in other components later. (cherry picked from commit 995fb7e02d80b721376562727416317534ca177d)
2022-12-09 11:30:24 +00:00
.
woocommerce-marketing-card-header-title
{
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-26 17:26:37 +00:00
@include
font-size
(
20
)
;
line-height
:
1
.4
;
Code refactor with CardHeaderTitle component. This component will be used in other components later. (cherry picked from commit 995fb7e02d80b721376562727416317534ca177d)
2022-12-09 11:30:24 +00:00
}