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
/
index.css
18 lines
(15 loc)
•
215 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* {
box-sizing
: border-box;
padding
:
0
;
margin
:
0
;
font-family
:
"Montserrat"
, sans-serif; }
body
{
background
:
#ededed
;
height
:
100%
; }
@media
(
max-width
:
500px
) {
body
{
background
:
#fff
; } }