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;
|
|
|
|
|
|
|
|
.wc-blocks-incompatible-extensions-notice__warning-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
margin-right: 6px;
|
|
|
|
min-width: max-content;
|
|
|
|
}
|
|
|
|
}
|
2023-10-19 15:43:43 +00:00
|
|
|
ul {
|
|
|
|
margin: 0 0 1em 1.5em;
|
|
|
|
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 {
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-blocks-incompatible-extensions-notice-modal-actions {
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-left: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|