UNPKG
qp-es-ui
Version:
latest (5.0.0)
5.0.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1-alpha.1
2.0.0-alpha.1
1.0.0-alpha.1
Query Park UI Components for React
github.com/QueryPark/UIKit
QueryPark/UIKit
qp-es-ui
/
src
/
components
/
Container
/
index.module.css
9 lines
(8 loc)
•
176 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.Container
{
position
: relative;
width
:
100%
;
max-width
:
500px
;
box-shadow
:
0
2px
6px
0
rgba
(
0
,
0
,
0
,
0.20
);
border-radius
:
10px
;
background-color
:
#FFF
; }