UNPKG
qcobjects-charts
Version:
latest (0.1.13)
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
App template for New App in QCObjects
github.com/QuickCorp/QCObjects
QuickCorp/QCObjects
qcobjects-charts
/
css
/
components
/
card.css
19 lines
(16 loc)
•
299 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.card
{
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
);
transition
:
0.3s
;
width
:
100%
;
height
: auto;
border-radius
:
30px
; }
.card
:hover
{
box-shadow
:
0
8px
16px
0
rgba
(
0
,
0
,
0
,
0.2
); }
.card
>
.container
{
padding
:
2px
16px
; }
.card
>
img
{
border-radius
:
30px
30px
0
0px
; }