Browse
For agents
About
GiveWP – Donation Plugin and Fundraising Platform
/
4.16.9
GiveWP – Donation Plugin and Fundraising Platform
v4.16.9
Switch version
4.16.9
4.16.8.1
4.16.8
4.16.7.2
4.16.7.1
4.16.7
4.16.6.1
4.16.6
4.16.5.1
4.16.5
4.16.4
4.16.3
4.16.2
4.16.1
4.16.0
4.15.5
4.15.4
4.15.3
4.15.2
4.15.1
4.15.0
2.3.0
2.3.1
2.3.2
2.30.0
All 255 releases
Overview
Code
give
/
src
/
Views
/
Components
/
Card
/
style.module.scss
style.module.scss
in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/Views/Components/Card/style.module.scss
28 lines
517 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
card
{
2
background
:
#
fff
;
3
border-radius
:
5
px
;
4
box-shadow
:
0
3
px
6
px
rgba
(
68
,
68
,
68
,
0.05
)
,
0
3
px
6
px
rgba
(
68
,
68
,
68
,
0.05
)
;
5
display
:
flex
;
6
flex-direction
:
column
;
7
8
>
.
title
{
9
font-weight
:
900
;
10
padding
:
16
px
;
11
font-size
:
15
px
;
12
}
13
14
>
.
content
{
15
padding
:
0
;
16
flex
:
1
;
17
display
:
flex
;
18
position
:
relative
;
19
flex-direction
:
column
;
20
}
21
}
22
23
@
media
(
max-width
:
768
px
)
{
24
.
card
{
25
grid-column
:
span
12
!important
;
26
}
27
}
28