diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 7ed7f2372..6946ea478 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -273,6 +273,10 @@ h6 { } } +.moderator-actions { + margin: rem-calc(24) 0; +} + // 04. Header // - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1494,16 +1498,6 @@ table { } } - .verify-account { - padding-right: rem-calc(12); - - .verified { - color: $check; - font-weight: bold; - line-height: rem-calc(42); - } - } - .date { select { @@ -1517,24 +1511,38 @@ table { } .progress { - height: rem-calc(48); + height: rem-calc(72); @media (min-width: $small-breakpoint) { - height: rem-calc(24); - } - - .meter { - background: #63D1C4; + height: rem-calc(48); } } .verification-step { - font-size: rem-calc(12); + font-weight: bold; + line-height: rem-calc(20); padding-top: rem-calc(6); + text-transform: uppercase; + vertical-align: top; @media (min-width: $small-breakpoint) { - line-height: $line-height; - padding-top: 0; + line-height: rem-calc(48); + padding: 0; + } + + .number { + display: block; + + @media (min-width: $small-breakpoint) { + background-color: white; + border-radius: rem-calc(30); + color: #43AC6A; + display: inline-block; + height: rem-calc(30); + line-height: rem-calc(30); + vertical-align: middle; + width: rem-calc(30); + } } &.active { @@ -1543,6 +1551,10 @@ table { &.completed { color: rgba(255,255,255,.5); + + .number { + opacity: .5; + } } } @@ -1571,3 +1583,18 @@ table { } } } + +.verify-account { + padding-right: rem-calc(12); + + .already-verified { + color: $check; + line-height: rem-calc(48); + + .icon-check { + font-size: rem-calc(24); + line-height: rem-calc(45); + vertical-align: middle; + } + } +} diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index 1df3e408e..ce8732845 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -5,7 +5,7 @@
<% if current_user.level_three_verified? %> -

+

<%= t("account.show.verified_account") %>

diff --git a/app/views/verification/letter/new.html.erb b/app/views/verification/letter/new.html.erb index 643204a32..addddc610 100644 --- a/app/views/verification/letter/new.html.erb +++ b/app/views/verification/letter/new.html.erb @@ -3,16 +3,16 @@
- <%= t("verification.step_1") %> + 1 <%= t("verification.step_1") %>
- <%= t("verification.step_2") %> + 2 <%= t("verification.step_2") %>
- <%= t("verification.step_3") %> + 3 <%= t("verification.step_3") %>
-
+
diff --git a/app/views/verification/residence/new.html.erb b/app/views/verification/residence/new.html.erb index 30d86f4b5..96afaeafd 100644 --- a/app/views/verification/residence/new.html.erb +++ b/app/views/verification/residence/new.html.erb @@ -3,17 +3,17 @@
- <%= t("verification.step_1") %> + 1 <%= t("verification.step_1") %>
- <%= t("verification.step_2") %> + 2 <%= t("verification.step_2") %>
- <%= t("verification.step_3") %> + 3 <%= t("verification.step_3") %>
-
+
diff --git a/app/views/verification/sms/edit.html.erb b/app/views/verification/sms/edit.html.erb index aa12debe5..4f988056f 100644 --- a/app/views/verification/sms/edit.html.erb +++ b/app/views/verification/sms/edit.html.erb @@ -3,17 +3,17 @@
- <%= t("verification.step_1") %> + 1 <%= t("verification.step_1") %>
- <%= t("verification.step_2") %> + 2 <%= t("verification.step_2") %>
- <%= t("verification.step_3") %> + 3 <%= t("verification.step_3") %>
-
+
diff --git a/app/views/verification/sms/new.html.erb b/app/views/verification/sms/new.html.erb index 775c213fd..b2fb6d1e1 100644 --- a/app/views/verification/sms/new.html.erb +++ b/app/views/verification/sms/new.html.erb @@ -3,17 +3,17 @@
- <%= t("verification.step_1") %> + 1 <%= t("verification.step_1") %>
- <%= t("verification.step_2") %> + 2 <%= t("verification.step_2") %>
- <%= t("verification.step_3") %> + 3 <%= t("verification.step_3") %>
-
+
diff --git a/config/locales/verification.en.yml b/config/locales/verification.en.yml index f6f646b7b..df6054628 100644 --- a/config/locales/verification.en.yml +++ b/config/locales/verification.en.yml @@ -1,9 +1,9 @@ en: verification: back: "Back to my account" - step_1: "1. Residence" - step_2: "2. Confirmation code" - step_3: "3. Final verification" + step_1: "Residence" + step_2: "Confirmation code" + step_3: "Final verification" alert: lock: "You have reached the maximum number of verification tries. Please try again later." residence: diff --git a/config/locales/verification.es.yml b/config/locales/verification.es.yml index 8cf4c8bb8..5b5e0c915 100644 --- a/config/locales/verification.es.yml +++ b/config/locales/verification.es.yml @@ -1,9 +1,9 @@ es: verification: back: "Volver a mi cuenta" - step_1: "1. Residencia" - step_2: "2. Código de confirmación" - step_3: "3. Verificación final" + step_1: "Residencia" + step_2: "Código de confirmación" + step_3: "Verificación final" alert: lock: "Has llegado al máximo número de intentos. Por favor intentalo de nuevo más tarde." residence: