PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 1.3.2
GenerateBlocks v1.3.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 / components / unit-picker / editor.scss
generateblocks / src / components / unit-picker Last commit date
editor.scss 5 years ago index.js 5 years ago
editor.scss
35 lines
1 .components-gblocks-units-control-header__units {
2 display: flex;
3 justify-content: space-between;
4 margin-bottom: 5px;
5 align-items: center;
6 }
7
8 .components-gblocks-control__units{
9 .components-gblocks-control-buttons__units {
10 button.components-button {
11 background: #fff;
12 box-shadow: none !important;
13 color: #929da7;
14 font-size: 10px;
15 padding: 0 5px;
16 position: relative;
17 text-align: center;
18 text-shadow: none;
19 border: 0;
20 border-radius: 0 !important;
21 line-height: 20px;
22 padding: 0 5px;
23 height: auto;
24
25 &.is-primary {
26 background: #fff !important;
27 color: #000 !important;
28 cursor: default;
29 z-index: 1;
30 font-weight: bold;
31 }
32 }
33 }
34 }
35