2022-12-26 18:05:58 +00:00
|
|
|
.woocommerce-marketing-introduction-banner {
|
|
|
|
& > div {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-marketing-introduction-banner-content {
|
|
|
|
width: 350px;
|
|
|
|
margin: 32px 20px 32px 40px;
|
|
|
|
|
|
|
|
.woocommerce-marketing-introduction-banner-title {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 28px;
|
|
|
|
margin-bottom: $gap-smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-marketing-introduction-banner-features {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 16px;
|
|
|
|
color: $gray-700;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
fill: $studio-woocommerce-purple-50;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-marketing-introduction-banner-illustration {
|
|
|
|
width: 271px;
|
|
|
|
background: linear-gradient(
|
|
|
|
90deg,
|
|
|
|
rgba( 247, 237, 247, 0 ) 5.31%,
|
|
|
|
rgba( 196, 152, 217, 0.12 ) 77.75%
|
|
|
|
);
|
|
|
|
|
2022-12-27 12:47:14 +00:00
|
|
|
.woocommerce-marketing-introduction-banner-close-button {
|
|
|
|
position: absolute;
|
|
|
|
top: $gap-smaller;
|
|
|
|
right: $gap;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2022-12-26 18:05:58 +00:00
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|