diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index 009ef72b9..a1f1f47d6 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -1393,19 +1393,8 @@ flex-direction: column; justify-content: space-between; align-items: flex-start; - .input-wrapper { + .custom-input { width: 100%; - label { - display: block; - font-size: $fs14; - color: $color-black; - font-weight: bold; - margin-bottom: 6px; - } - .custom-input input { - width: 100%; - padding-top: 0; - } } .btn-disabled { color: $color-gray-40; @@ -1418,7 +1407,7 @@ justify-content: space-between; width: 100%; margin-bottom: 8px; - .label { + .rol { display: flex; justify-content: center; align-items: center; diff --git a/frontend/src/app/main/ui/onboarding/team_choice.cljs b/frontend/src/app/main/ui/onboarding/team_choice.cljs index f0f873687..f577c873a 100644 --- a/frontend/src/app/main/ui/onboarding/team_choice.cljs +++ b/frontend/src/app/main/ui/onboarding/team_choice.cljs @@ -81,10 +81,9 @@ [:p.info (tr "onboarding.choice.team-up.create-team-desc")] [:& fm/form {:form form :on-submit on-submit} - [:div.input-wrapper - [:label (tr "onboarding.choice.team-up.create-team-placeholder")] - [:& fm/input {:type "text" - :name :name}]] + [:& fm/input {:type "text" + :name :name + :label (tr "onboarding.choice.team-up.create-team-placeholder")}] [:& fm/submit-button {:label (tr "labels.continue")}]] @@ -178,7 +177,7 @@ :on-submit on-submit} [:div.invite-row [:div.role-wrapper - [:span.label (tr "onboarding.choice.team-up.roles")] + [:span.rol (tr "onboarding.choice.team-up.roles")] [:& fm/select {:name :role :options roles}]] [:& fm/multi-input {:type "email"