File size: 726 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
.components-notice:has(.wpcom-live-preview-action) {
.components-notice__content {
display: flex;
align-items: center;
margin-right: 0;
.components-notice__actions {
margin-left: auto;
.components-notice__action {
margin-top: 0;
white-space: nowrap;
}
}
}
}
.wpcom-live-preview-sidebar-notice-container {
padding: 24px 24px 0;
border-top: 1px solid #2f2f2f;
// Hide the original border only when the notice is present.
+ .edit-site-save-hub {
border-top: none;
padding-top: 0;
}
.wpcom-live-preview-sidebar-notice {
margin: 0 0 24px;
color: var(--color-text);
.components-notice__content {
margin-right: 0;
}
.components-notice__action {
margin: 8px 0 0;
}
}
}
|