woocommerce/plugins/woocommerce-admin/client/two-column-tasks/headers/section-header.scss

27 lines
441 B
SCSS
Raw Normal View History

2022-03-21 17:04:15 +00:00
.woocommerce-task-section-header__container {
display: flex;
.woocommerce-task-header__illustration {
2022-03-21 17:04:15 +00:00
max-width: 150px;
width: 34%;
2022-04-01 14:05:47 +00:00
margin-left: auto;
margin-right: 7%;
display: flex;
align-items: center;
.illustration-background {
max-width: 100%;
}
2022-03-21 17:04:15 +00:00
}
.woocommerce-task-header__contents p {
font-size: 16px;
}
2022-04-01 13:53:17 +00:00
.woocommerce-task-header__contents h1 {
font-size: 20px;
line-height: 28px;
2022-04-04 13:15:39 +00:00
padding: 0;
2022-04-01 13:53:17 +00:00
}
2022-03-21 17:04:15 +00:00
}