2022-12-28 16:30:46 +00:00
|
|
|
.wc-blocks-incompatible-extensions-notice.is-dismissible {
|
|
|
|
margin: 0;
|
|
|
|
padding-right: 16px;
|
|
|
|
.components-notice__dismiss {
|
|
|
|
min-width: 24px;
|
|
|
|
}
|
|
|
|
.components-notice__content {
|
|
|
|
margin: 4px 0;
|
|
|
|
}
|
|
|
|
svg {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
.wc-blocks-incompatible-extensions-notice__content {
|
|
|
|
display: flex;
|
|
|
|
|
2023-11-30 14:37:19 +00:00
|
|
|
details {
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&[open] {
|
|
|
|
margin: 0 0 $gap;
|
|
|
|
|
|
|
|
summary {
|
|
|
|
svg {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
summary {
|
|
|
|
display: block; // Remove marker for non Webkit-based browsers.
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
margin: 0 0 $gap;
|
|
|
|
|
|
|
|
span {
|
|
|
|
color: $gray-700;
|
|
|
|
text-decoration: underline; // Ensure text-decoration works in Safari.
|
|
|
|
}
|
|
|
|
|
|
|
|
&::-webkit-details-marker {
|
|
|
|
display: none; // Remove marker for Webkit-based browsers.
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
position: relative;
|
|
|
|
top: 6px;
|
|
|
|
fill: $gray-700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-28 16:30:46 +00:00
|
|
|
.wc-blocks-incompatible-extensions-notice__warning-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
margin-right: 6px;
|
2023-11-10 20:52:50 +00:00
|
|
|
min-width: 24px; // Ensure that notice is visible in Safari. See https://github.com/woocommerce/woocommerce-blocks/issues/11734
|
2022-12-28 16:30:46 +00:00
|
|
|
}
|
|
|
|
}
|
2023-10-19 15:43:43 +00:00
|
|
|
ul {
|
2023-11-30 14:37:19 +00:00
|
|
|
margin: 0 0 0 1.2em;
|
2023-10-19 15:43:43 +00:00
|
|
|
padding: 0;
|
|
|
|
list-style: disc outside;
|
2022-12-28 16:30:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-blocks-legacy-page-notice {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-10-19 15:43:43 +00:00
|
|
|
|
|
|
|
ul.cross-list {
|
|
|
|
list-style: none outside;
|
|
|
|
margin: 0 0 24px 1em;
|
|
|
|
padding: 0;
|
|
|
|
li {
|
|
|
|
list-style: none outside;
|
|
|
|
margin: 1em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
li::before {
|
|
|
|
content: "❌";
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-blocks-incompatible-extensions-notice-modal-content {
|
2023-12-02 02:54:39 +00:00
|
|
|
max-width: 480px;
|
|
|
|
|
2023-10-19 15:43:43 +00:00
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-blocks-incompatible-extensions-notice-modal-actions {
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-left: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|