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 @@
+
<%= 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 @@