UNPKG
sanity-plugin-json-input
Version:
latest (0.1.0)
0.1.0
Ace editor for objects in sanity
www.sanity.io
sanity-io/sanity
sanity-plugin-json-input
/
lib
/
JSONInput.css
8 lines
(6 loc)
•
199 B
CSS
View Raw
1
2
3
4
5
6
7
8
@import
'part:@sanity/base/theme/variables-style'
;
.aceEditor
{ composes: root from
'part:@sanity/base/theme/forms/text-input-style'
;
font-size
:
var
(--font-size-xsmall);
line-height
:
1.5em
; }