UNPKG
supersetui-custom-sk
Version:
latest (1.1.0)
1.1.0
hjk
github.com/skalyanapu-mtuity/superset-ui
skalyanapu-mtuity/superset-ui
supersetui-custom-sk
/
packages
/
superset-ui-demo
/
.storybook
/
storybook.css
16 lines
(14 loc)
•
209 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
html
,
body
,
#root
{
height
:
100%
;
font-family
: BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
font-weight
:
200
;
color
:
#484848
; }
#root
>
div
{
padding
:
8px
; }
code
{
background
: none; }