| 1 |
.beyondwords-sidebar hr { |
| 2 |
margin: 0; |
| 3 |
} |
| 4 |
|
| 5 |
.beyondwords-sidebar__status--failed .components-panel__body-toggle.components-button, |
| 6 |
.beyondwords-sidebar__status--error .components-panel__body-toggle.components-button, |
| 7 |
.beyondwords-sidebar__status--payment-required .components-panel__body-toggle.components-button { |
| 8 |
color: red; |
| 9 |
} |
| 10 |
|
| 11 |
.beyondwords-sidebar__post-status-description--failed, |
| 12 |
.beyondwords-sidebar__post-status-description--error, |
| 13 |
.beyondwords-sidebar__post-status-description--payment-required { |
| 14 |
color: red; |
| 15 |
} |
| 16 |
|
| 17 |
.beyondwords .components-button.is-secondary .dashicon { |
| 18 |
margin-right: 5px; |
| 19 |
} |
| 20 |
|
| 21 |
/* The header title must stay a plain string — brand mark drawn here. */ |
| 22 |
.beyondwords-sidebar__header .interface-complementary-area-header__title { |
| 23 |
display: inline-flex; |
| 24 |
align-items: center; |
| 25 |
gap: 8px; |
| 26 |
} |
| 27 |
|
| 28 |
.beyondwords-sidebar__header .interface-complementary-area-header__title::before { |
| 29 |
content: ""; |
| 30 |
flex: none; |
| 31 |
width: 24px; |
| 32 |
height: 24px; |
| 33 |
background-color: currentcolor; |
| 34 |
-webkit-mask: url(../icon/beyondwords.svg) center / contain no-repeat; |
| 35 |
mask: url(../icon/beyondwords.svg) center / contain no-repeat; |
| 36 |
} |
| 37 |
|