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