PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 1.5.3
GenerateBlocks v1.5.3
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 4 years ago google-fonts.json 4 years ago index.js 4 years ago
editor.scss
47 lines
1 .gblocks-typography-component {
2 .components-dropdown-menu {
3 margin-bottom: 15px;
4 }
5
6 &__toggle {
7 border: 1px solid #ddd;
8 border-radius: 3px;
9 margin: 0;
10 }
11
12 &__appearance {
13 & > .components-base-control__field {
14 display: flex;
15 justify-content: space-between;
16
17 & > .components-base-control {
18 margin-bottom: 0 !important;
19 width: calc(50% - 2px);
20 }
21 }
22 }
23
24 &__font-family {
25 .components-base-control {
26 margin-bottom: 0 !important;
27 }
28 }
29
30 &__font-family-select {
31 margin-bottom: 5px;
32 }
33
34 &__font-family-input {
35 display: flex;
36
37 & > :first-child {
38 flex: 1;
39 }
40
41 & > :nth-child(2) {
42 width: 100px;
43 margin-left: 5px;
44 }
45 }
46 }
47