UNPKG
@mcdevsl/superset-ui
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Superset UI
github.com/apache-superset/superset-ui
apache-superset/superset-ui
@mcdevsl/superset-ui
/
packages
/
superset-ui-demo
/
.storybook
/
storybook.css
16 lines
(14 loc)
•
224 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; }