37 lines
661 B
SCSS
37 lines
661 B
SCSS
.woocommerce-task-section-header__container {
|
|
display: flex;
|
|
|
|
.woocommerce-task-header__illustration {
|
|
max-width: 150px;
|
|
width: 34%;
|
|
margin-left: auto;
|
|
margin-right: 7%;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.illustration-background {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
@at-root .woocommerce-setup-panel & .woocommerce-task-header__contents p {
|
|
font-size: 13px;
|
|
}
|
|
|
|
|
|
.woocommerce-task-header__contents p {
|
|
font-size: 16px;
|
|
}
|
|
|
|
@at-root .woocommerce-setup-panel & .woocommerce-task-header__contents h1 {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.woocommerce-task-header__contents h1 {
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
padding: 0;
|
|
}
|
|
}
|