UNPKG
@intenda/opus-ui-json-builder
Version:
latest (1.0.0)
1.0.0
0.3.0
0.2.0
0.1.0
Provides the `jsonBuilder` component type for use by Opus UI applications.
opus-ui.com
@intenda/opus-ui-json-builder
/
src
/
components
/
jsonBuilder
/
styles.less
16 lines
(12 loc)
•
193 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.cpnJsonBuilder
{
position
: relative;
display
: flex;
flex-direction
: row; >
div
:first-child
{
flex
:
1
;
margin-right
:
24px
; } >
div
:last-child
{
width
:
200px
; } }