woocommerce/plugins/woocommerce-admin/client/marketing/overview-multichannel/Campaigns/Campaigns.scss

60 lines
901 B
SCSS
Raw Normal View History

2022-12-15 17:13:32 +00:00
.woocommerce-marketing-campaigns-card {
2023-02-02 09:47:42 +00:00
&__content {
2022-12-15 17:13:32 +00:00
width: 50%;
margin: auto;
text-align: center;
2023-02-02 09:47:42 +00:00
}
2022-12-15 17:13:32 +00:00
2023-02-02 09:47:42 +00:00
&__content-icon {
background-color: $studio-gray-0;
border-radius: 28px;
margin-bottom: $gap-smallest;
2022-12-15 17:13:32 +00:00
2023-02-02 09:17:29 +00:00
&--error {
2023-02-02 09:47:42 +00:00
fill: $alert-red;
2023-02-02 09:17:29 +00:00
}
&--empty {
2023-02-02 09:47:42 +00:00
fill: $studio-woocommerce-purple-50;
2023-02-02 09:17:29 +00:00
}
2023-02-02 09:47:42 +00:00
}
2023-02-02 09:17:29 +00:00
2023-02-02 09:47:42 +00:00
&__content-title {
@include font-size( 13 );
2023-02-02 09:47:42 +00:00
font-weight: 600;
line-height: 16px;
color: $gray-900;
margin-bottom: $gap-smallest;
}
2022-12-15 17:13:32 +00:00
2023-02-02 09:47:42 +00:00
&__content-description {
color: $gray-700;
margin-bottom: $gap-smallest;
2022-12-15 17:13:32 +00:00
}
2023-02-02 09:52:22 +00:00
&__campaign-logo {
img {
display: block;
}
}
2023-02-02 09:52:22 +00:00
&__campaign-title {
a {
color: #007cba;
font-weight: 600;
text-decoration: none;
}
}
2023-02-02 09:52:22 +00:00
&__campaign-description {
color: $gray-700;
}
2022-12-18 12:37:25 +00:00
2023-02-02 09:52:22 +00:00
&__footer {
2022-12-18 12:37:25 +00:00
justify-content: center;
// Remove the border-top because the table cells already has a border-bottom.
border-top: none;
}
2022-12-15 17:13:32 +00:00
}