PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 1.0
GenerateBlocks v1.0
trunk 1.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 2.0.0 2.0.1 2.0.2 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.3.0
generateblocks / src / components / typography / editor.scss
generateblocks / src / components / typography Last commit date
editor.scss 6 years ago google-fonts.js 6 years ago index.js 6 years ago
editor.scss
55 lines
1 .edit-post-settings-sidebar__panel-block .components-panel__body .components-base-control.gblocks-font-family-shortcuts {
2 margin-bottom: 2px;
3 }
4
5 .components-gblocks-typography-control__header {
6 display: flex;
7 justify-content: space-between;
8 margin-bottom: 5px;
9 align-items: center;
10 }
11
12 .components-gblocks-typography-control__inputs + .components-gblocks-typography-control__header {
13 margin-top: 25px;
14 }
15
16 .components-gblocks-typography-control__inputs {
17 display: flex;
18 justify-content: space-between;
19
20 button.components-button {
21 line-height: unset;
22 height: unset;
23 }
24
25 .components-base-control {
26 margin-bottom: 0;
27 }
28 }
29
30 .edit-post-settings-sidebar__panel-block .components-panel__body .components-gblocks-typography-control__inputs .components-base-control,
31 .components-gblocks-typography-control__inputs .components-base-control .components-base-control__field {
32 margin-bottom: 0;
33 }
34
35 .components-gblocks-typography-weight-transform {
36 display: flex;
37 justify-content: space-between;
38 }
39
40 .components-gblocks-typography-weight-transform > div {
41 width: 48%;
42 }
43
44 .components-gblocks-typography-control__units > .components-button-group .components-button.is-button:first-child:last-child {
45 border-radius: 3px;
46 }
47
48 .components-gblocks-typography-control__inputs button {
49 margin-left: 10px;
50 }
51
52 .components-gblocks-typography-control__inputs .components-base-control {
53 flex-grow: 1;
54 }
55