Skip to content

Commit

Permalink
Fix/minor issues (#141)
Browse files Browse the repository at this point in the history
* Fix form space

* Update action copys

* add hover and border to action dropdown

* update copy
  • Loading branch information
ail3ngrimaldi authored Oct 17, 2024
1 parent 6b66d82 commit 613cf36
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion public/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ $fw-bold: 700;
background: var(--white);
display: flex;
width: 100vw;
height: 100vh;
}

.page--vote,
Expand All @@ -353,6 +352,7 @@ $fw-bold: 700;

.onboarding__form {
padding: 64px;
height: auto;
max-width: 50%;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -1469,6 +1469,10 @@ $fw-bold: 700;

.dropdown__item {
text-align: left;
border-bottom: 2px solid #4BAA54;
&:hover {
background: var(--fill-200);
}
}

.dropdown__item * {
Expand Down
6 changes: 3 additions & 3 deletions src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"header": {
"cta": {
"connect": "Connect",
"account": "Select..."
"account": "Select"
},
"menu": {
"invitations": "Invitations",
Expand Down Expand Up @@ -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",
Expand All @@ -251,7 +251,7 @@
}
},
"actions": {
"label": "Actions",
"label": "Initiative execution setup",
"add_members": {
"title": "Add Members"
},
Expand Down
6 changes: 3 additions & 3 deletions src/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"header": {
"cta": {
"connect": "Conectar",
"account": "Selecciona..."
"account": "Selecciona"
},
"menu": {
"invitations": "Invitaciones",
Expand Down Expand Up @@ -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",
Expand All @@ -246,7 +246,7 @@
}
},
"actions": {
"label": "Acciones",
"label": "Configuración de ejecución de iniciativa",
"add_members": {
"title": "Agregar Miembros"
},
Expand Down

0 comments on commit 613cf36

Please sign in to comment.