Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created June 8, 2020 17:40
Show Gist options
  • Save Klerith/5f490092ce9bd5775cb1d91162be0cea to your computer and use it in GitHub Desktop.
Save Klerith/5f490092ce9bd5775cb1d91162be0cea to your computer and use it in GitHub Desktop.
React Modal Styles
/* Modal */
.ReactModalPortal > div{
opacity: 0;
}
.ReactModalPortal .ReactModal__Overlay {
align-items: center;
display: flex;
justify-content: center;
transition: opacity .2s ease-in-out;
z-index: 999;
}
.modal-fondo {
background-color: rgba(0, 0, 0, 0.3);
bottom: 0;
left: 0;
right: 0;
top: 0;
position: fixed;
}
.ReactModalPortal .ReactModal__Overlay--after-open {
opacity: 1;
}
.ReactModalPortal .ReactModal__Overlay--before-close {
opacity: 0;
}
.modal {
background: white;
border-radius: 5px;
color: rgb(51, 51, 51);
display: inline;
max-height: 620px;
max-width: 500px;
outline: none;
padding: 10px;
}
@PaulxD27
Copy link

Muchas gracias Fernando!

@Chrenovadg
Copy link

Sos lo mássss profe <3

@PicassoOctavio
Copy link

Gracias por tu dedicación y transmición de conocimientos Fernando! un abrazo

@samirjabib
Copy link

gracias por la dedicion

@AnthonyBK9
Copy link

Muchas gracias, profe Fernando excelente curso

@vortegar
Copy link

Gracias profe

@Aaorus
Copy link

Aaorus commented Dec 29, 2022

Gracias por el aporte.. seguimos aprendiendo.

@bechara611
Copy link

Agradecido!

@FacundoCaa
Copy link

Simplemente gracias!

@monicacalle
Copy link

gracias!

@goraydev
Copy link

Muchas gracias maestro ✌

@itsaalexk
Copy link

Muchas gracias!!

@pablo-saltos
Copy link

gracias profe

@Yeraf
Copy link

Yeraf commented Feb 16, 2023

Todo un master

algún día llegaré a ser tan bueno o mejor profe ; )

@Shemo01
Copy link

Shemo01 commented Apr 13, 2023

Muchas gracias profe !!!

@juniorjavierduquevalera
Copy link

excelente master

@paulespinozarl
Copy link

Muchas gracias profe!!

@mirgeserrano
Copy link

excelente prof me encanta

@Mceballos-git
Copy link

Vaaaaamos todavia, si que si, un abrazo enorme!

@4nacs4
Copy link

4nacs4 commented May 30, 2023

Gracias Fernando por tu dedicacion en este curso!!

@gianella28
Copy link

Muchas gracias profe, he aprendido mucho :)

@WilsonCorrea5
Copy link

Infinitas gracias Fernando.

@hh2n
Copy link

hh2n commented Sep 5, 2023

Genial, muchas gracias

@Jsrivero22
Copy link

Muchas gracias profe

@vaalelo
Copy link

vaalelo commented Oct 3, 2023

Gracias Prof!

@gustavcaves
Copy link

You are the best. Teacher!!

@Ajvilla99
Copy link

Gracias fernando <3...

@Lostovayne
Copy link

Lostovayne commented Nov 29, 2023

Gracias Profe! aqui => DeusloVult, sus cursos me van ayudando un montón! un saludo

@lordlez
Copy link

lordlez commented Feb 25, 2024

Genial!

@marquete77
Copy link

muy bueno el curso y mejor el material de apoyo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment