PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 2.0.0
GenerateBlocks v2.0.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 / blocks / button / editor.scss
generateblocks / src / blocks / button Last commit date
components 1 year ago css 2 years ago attributes.js 3 years ago block.js 1 year ago deprecated.js 3 years ago edit.js 2 years ago editor.scss 2 years ago save.js 3 years ago transforms.js 1 year ago
editor.scss
37 lines
1 /**
2 * Editor Styles
3 */
4 .gb-button {
5 line-height: unset;
6 text-decoration: none;
7 box-sizing: border-box;
8 margin: 0;
9 border: none;
10
11 &.button {
12 font-size: inherit;
13 min-height: auto;
14 border-radius: unset;
15 }
16 }
17
18 .components-popover .gblocks-button-link {
19 margin-bottom: 10px;
20 }
21
22 .components-popover .gblocks-button-link {
23 input[type=text]=text].block-editor-url-input__input {
24 max-width: 100%;
25 border: 1px solid #ddd;
26 border-radius: 2px;
27 }
28 }
29
30 .gblocks-button-link-dropdown {
31 .components-base-control:last-child {
32 .components-base-control__field {
33 margin-bottom: 0;
34 }
35 }
36 }
37