Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primer commit: Generar contraseña #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ArmandoHdzBta
Copy link

Primer commit. Desarrollo del reto "Generador de contraseñas"

ingresa a entry/ArmandoHdzBta para probarlo

@vercel
Copy link

vercel bot commented Oct 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
hacktoberfest-2022 ✅ Ready (Inspect) Visit Preview Oct 12, 2022 at 5:31PM (UTC)

@@ -0,0 +1,167 @@
.bg-white {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Necesitas hacer que los estilos estén detrás de un scope a nivel de usuario para que no entren en conflicto con los estilos de otros usuarios.

Puedes añadirlo así:
#ArmandoHdzBta .bg-white {}

Y pones en el div que envuelve la app, la id.

Copy link
Owner

@midudev midudev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arregla el tema de scoping de los estilos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants