UNPKG
react-saasify-chrisvxd
Version:
latest (1.9.0)
1.9.0
1.7.15
1.7.14
React components for Saasify web clients.
github.com/saasify-sh/saasify
saasify-sh/saasify
react-saasify-chrisvxd
/
src
/
components
/
Paper
/
styles.module.css
11 lines
(8 loc)
•
240 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.paper
{
position
: relative;
padding
:
24px
;
background
:
#fff
;
border-radius
:
4px
;
box-shadow
:
0px
1px
3px
0px
rgba
(
0
,
0
,
0
,
0.2
),
0px
1px
1px
0px
rgba
(
0
,
0
,
0
,
0.14
),
0px
2px
1px
-
1px
rgba
(
0
,
0
,
0
,
0.12
);
color
:
rgba
(
0
,
0
,
0
,
0.65
); }