UNPKG
@lyra/form-builder
Version:
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Lyra form builder
vegapublish.com
VegaPublish/vega
@lyra/form-builder
/
lib
/
inputs
/
OptionsArrayInput
/
styles
/
OptionsArrayInput.css
17 lines
(14 loc)
•
236 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.error
{
font-size
:
0.8rem
;
padding
:
1em
;
margin-bottom
:
0.5rem
; }
.itemWrapperVertical
{
display
: block;
margin-bottom
:
0.5rem
; }
.itemWrapperHorizontal
{
display
: inline-block;
line-height
:
2em
;
margin-right
:
1em
; }