PluginProbe
BeyondWords – AI audio for publishers / 7.0.0
BeyondWords – AI audio for publishers v7.0.0
7.1.0 trunk 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.1.0 4.1.1 4.1.2 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.3.0 4.4.0 4.5.0 4.5.1 4.6.0 4.6.1 4.6.2 4.7.0 All 43 releases
speechkit / src / editor / components / sidebar / sidebar.css

sidebar.css in BeyondWords – AI audio for publishers 7.0.0, at src/editor/components/sidebar/sidebar.css

37 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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