2023-02-20 13:32:14 +00:00
|
|
|
.woocommerce-task-shipping-recommendation__plugins-install {
|
|
|
|
padding: $gap-large calc($gap + $gap-smallest);
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 3px;
|
|
|
|
justify-content: space-around;
|
|
|
|
margin-bottom: $gap-large;
|
|
|
|
|
|
|
|
&.dual {
|
2023-03-20 04:33:10 +00:00
|
|
|
display: flex;
|
2023-02-20 13:32:14 +00:00
|
|
|
flex-direction: column;
|
2023-03-20 04:33:10 +00:00
|
|
|
justify-content: flex-start;
|
2023-02-20 13:32:14 +00:00
|
|
|
width: 285px;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
2023-03-20 04:33:10 +00:00
|
|
|
margin-bottom: 15px;
|
2023-02-20 13:32:14 +00:00
|
|
|
color: $gray-700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins-install__plugin-banner-image {
|
|
|
|
display: flex;
|
2023-03-20 04:33:10 +00:00
|
|
|
margin-bottom: $gap-large;
|
2023-02-20 13:32:14 +00:00
|
|
|
img {
|
|
|
|
width: 120px;
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.single {
|
2023-03-20 04:33:10 +00:00
|
|
|
display: flex;
|
2023-02-20 13:32:14 +00:00
|
|
|
.plugins-install__list {
|
2023-03-20 04:33:10 +00:00
|
|
|
max-width: 360px;
|
2023-02-20 13:32:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins-install__plugin-banner-image {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins-install__list {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
gap: calc($gap-smaller + $gap-smallest / 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-shipping-recommendations_plugins-buttons {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2023-03-20 04:33:10 +00:00
|
|
|
margin-top: $gap-large;
|
|
|
|
flex-grow: 1;
|
|
|
|
align-items: flex-end;
|
|
|
|
|
2023-02-20 13:32:14 +00:00
|
|
|
button {
|
|
|
|
min-width: 40%;
|
|
|
|
padding-inline: $gap-smaller;
|
|
|
|
margin-inline: $gap-smallest;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins-install__list-item {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugins-install__list-icon {
|
|
|
|
margin-right: $gap-small;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-shipping-recommendation_plugins-install-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-shipping-recommendations_skip-button.dual {
|
|
|
|
// we only want this to center this in a dual partner layout
|
|
|
|
margin-inline: calc(50% - 34px);
|
|
|
|
}
|