PluginProbe
BeyondWords – AI audio for publishers / 6.0.3
BeyondWords – AI audio for publishers v6.0.3
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 / Component / Settings / settings.css

settings.css in BeyondWords – AI audio for publishers 6.0.3, at src/Component/Settings/settings.css

69 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .settings_page_beyondwords h3.subheading {
2 padding: 0;
3 vertical-align: top;
4 font-size: 14px;
5 }
6
7 /* .settings_page_beyondwords h3.subheading:first-child {
8 margin-top: 6px;
9 } */
10
11 .settings_page_beyondwords .color-pickers {
12 display: flex;
13 flex-wrap: wrap;
14 }
15
16 .settings_page_beyondwords .color-pickers .row {
17 flex-grow: 1;
18 width: 33%;
19 max-width: 160px;
20 }
21
22 .settings_page_beyondwords .colors-table th, .settings_page_beyondwords .colors-table td {
23 margin: 0;
24 padding: 0;
25 font-weight: normal;
26 }
27
28 .settings_page_beyondwords .color-input {
29 position: relative;
30 }
31 .settings_page_beyondwords .color-input output {
32 box-sizing: border-box;
33 border-radius: 4px;
34 border: 1px solid #8c8f94;
35 float: left;
36 height: 30px;
37 width: 30px;
38 margin-right: 4px;
39 }
40
41 .settings_page_beyondwords .color-input label {
42 display: block;
43 margin-bottom: 0.25em;
44 }
45
46 .settings_page_beyondwords .color-input .small-text {
47 margin: 0 0 1em;
48 width: 100px;
49 padding-right: 0;
50 padding: 0 6px;
51 }
52
53 .settings_page_beyondwords .beyondwords-setting__sync p + p {
54 margin-bottom: 2em;
55 }
56
57 .settings_page_beyondwords .beyondwords-setting__sync p.description-warning {
58 color: #b32d2e;
59 }
60
61 .settings_page_beyondwords input[type="range"] {
62 accent-color: #2271b1;
63 width: 200px;
64 }
65
66 .settings_page_beyondwords input[type="range"] + output {
67 line-height: 1em;
68 vertical-align: top;
69 }