diff --git a/public/styles/main.scss b/public/styles/main.scss index 411ba66..e6a1ac1 100644 --- a/public/styles/main.scss +++ b/public/styles/main.scss @@ -331,7 +331,6 @@ $fw-bold: 700; background: var(--white); display: flex; width: 100vw; - height: 100vh; } .page--vote, @@ -353,6 +352,7 @@ $fw-bold: 700; .onboarding__form { padding: 64px; + height: auto; max-width: 50%; display: flex; flex-direction: column; @@ -1469,6 +1469,10 @@ $fw-bold: 700; .dropdown__item { text-align: left; + border-bottom: 2px solid #4BAA54; + &:hover { + background: var(--fill-200); + } } .dropdown__item * { diff --git a/src/locales/en-US.json b/src/locales/en-US.json index df986f1..f1ff8c2 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -57,7 +57,7 @@ "header": { "cta": { "connect": "Connect", - "account": "Select..." + "account": "Select" }, "menu": { "invitations": "Invitations", @@ -233,7 +233,7 @@ "title": "Create an impactful initiative", "steps": { "info": { - "label": "Info", + "label": "Basic Information of Your Initiative", "name": { "label": "Name", "description": "Make sure to enter a clear and concise name for your initiative", @@ -251,7 +251,7 @@ } }, "actions": { - "label": "Actions", + "label": "Initiative execution setup", "add_members": { "title": "Add Members" }, diff --git a/src/locales/es-ES.json b/src/locales/es-ES.json index a6796da..5f355a8 100644 --- a/src/locales/es-ES.json +++ b/src/locales/es-ES.json @@ -57,7 +57,7 @@ "header": { "cta": { "connect": "Conectar", - "account": "Selecciona..." + "account": "Selecciona" }, "menu": { "invitations": "Invitaciones", @@ -228,7 +228,7 @@ "title": "Crear iniciativa", "steps": { "info": { - "label": "Información", + "label": "Información básica de tu iniciativa", "name": { "label": "Nombre", "description": "Asegúrate de introducir un nombre claro y conciso para tu iniciativa", @@ -246,7 +246,7 @@ } }, "actions": { - "label": "Acciones", + "label": "Configuración de ejecución de iniciativa", "add_members": { "title": "Agregar Miembros" },