This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.swiper-slide { | |
/* Center slide text vertically */ | |
display: flex; | |
} | |
.swiper-slide img { | |
display: block; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"country": "Afganistán", | |
"countryCode": 93, | |
"code": "AF", | |
"flag": "https://flagcdn.com/af.svg", | |
"emoji": "🇦🇫", | |
"latinAmerica": false, | |
"phoneLength": 9, | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Modal */ | |
.ReactModalPortal > div{ | |
opacity: 0; | |
} | |
.ReactModalPortal .ReactModal__Overlay { | |
align-items: center; | |
display: flex; | |
justify-content: center; | |
transition: opacity .2s ease-in-out; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const messages = { | |
allDay: 'Todo el día', | |
previous: '<', | |
next: '>', | |
today: 'Hoy', | |
month: 'Mes', | |
week: 'Semana', | |
day: 'Día', | |
agenda: 'Agenda', | |
date: 'Fecha', |