UNPKG
mercadopago-react-sdk
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Mercado Pago - React SDK
github.com/Groway-Studio/mp-react-sdk
Groway-Studio/mp-react-sdk
mercadopago-react-sdk
/
src
/
components
/
Cards
/
Card
/
card-item.css
17 lines
(14 loc)
•
231 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.card-item
{
display
: inline-flex;
height
:
22px
; }
.card-item
:not
(
:last-child
) {
margin-right
:
2px
; }
.card-item
img
{
height
:
100%
;
border-radius
:
4px
;
border
:
1px
solid
#bfbfbf
;
object-fit
: fill;
width
:
33px
; }