From 9ffd2d7079281916ecd1a3c366491c852b19ffbc Mon Sep 17 00:00:00 2001 From: DylanGuedes Date: Tue, 3 May 2016 11:38:09 -0300 Subject: [PATCH] Adjusts the style of the component according with its prototype --- src/app/account/register-component.html | 41 +++++++++++++++++++++++++++-------------- src/app/account/scss/register-component.scss | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 14 deletions(-) create mode 100644 src/app/account/scss/register-component.scss diff --git a/src/app/account/register-component.html b/src/app/account/register-component.html index 25c835c..69aeca1 100644 --- a/src/app/account/register-component.html +++ b/src/app/account/register-component.html @@ -1,43 +1,56 @@
-

Ótimo ter você aqui!

-

- "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." - "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..." -

-

Saiba mais informações

+
+

Ótimo ter você aqui!

+

+ "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." + "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..." +

+

Saiba mais informações

+
-
+
-
+
-
+
+

ex: ola.coop.br/joaosilva

-
+
-
+
-
+
-
- +
+

Ao criar uma conta, você está concordando com os termos de uso.

+
+ +
+ +
+ +
+ +

Já possui uma conta?

+
diff --git a/src/app/account/scss/register-component.scss b/src/app/account/scss/register-component.scss new file mode 100644 index 0000000..b885920 --- /dev/null +++ b/src/app/account/scss/register-component.scss @@ -0,0 +1,33 @@ +.register-page button { + width: 100%; + text-transform: uppercase; +} + +.register-page .light-text { + color: #BBB; + margin-top: 0px; + margin-bottom: 0px; + font-weight: 600; +} + +.register-page .terms-info { + margin-top: 30px; + margin-bottom: 30px; +} + +.register-page .welcome-message { + text-align: center; +} + +.register-page .already-registered-message { + margin-top: 60px; + text-align: center; +} + +.register-page input { + height: 40px; +} + +.register-page .register-field { + margin-bottom: 25px; +} -- libgit2 0.21.2