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 / unit-control / editor.scss
generateblocks / src / components / unit-control Last commit date
editor.scss 4 years ago index.js 4 years ago
editor.scss
34 lines
1 .gblocks-unit-control {
2 &__input {
3 display: flex;
4 align-items: flex-start;
5
6 select {
7 appearance: none;
8 background: transparent;
9 border-radius: 0px 2px 2px 0px;
10 box-sizing: border-box;
11 color: rgb(85, 93, 102);
12 display: block;
13 font-size: 8px;
14 letter-spacing: -0.5px;
15 outline: none;
16 padding: 2px 3px;
17 text-align-last: center;
18 text-transform: uppercase;
19 width: 30px;
20 cursor: pointer;
21 height: 100%;
22 margin: 0;
23 }
24 }
25
26 &__unit-select {
27 -moz-box-align: center;
28 align-items: center;
29 align-self: stretch;
30 box-sizing: border-box;
31 display: flex;
32 }
33 }
34