From efe6dd87db85f40e17b0cf87e62a82bcc84dba63 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Thu, 28 Sep 2017 13:47:30 +0200 Subject: [PATCH] Added link to change password closes #78 --- rpg-docs/client/views/user/profile/profile.css | 5 ++--- rpg-docs/client/views/user/profile/profile.html | 9 ++++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/rpg-docs/client/views/user/profile/profile.css b/rpg-docs/client/views/user/profile/profile.css index 93fc9727..5d3a8a1c 100644 --- a/rpg-docs/client/views/user/profile/profile.css +++ b/rpg-docs/client/views/user/profile/profile.css @@ -1,4 +1,3 @@ -.profile #at-nav-button { - color: #212121; - color: rgba(0,0,0,0.87); +.profile paper-button, .profile a, .profile #at-nav-button { + color: #d13b2e; } diff --git a/rpg-docs/client/views/user/profile/profile.html b/rpg-docs/client/views/user/profile/profile.html index 20c90e00..a68b5ba7 100644 --- a/rpg-docs/client/views/user/profile/profile.html +++ b/rpg-docs/client/views/user/profile/profile.html @@ -35,9 +35,16 @@ + + + + Change password + + +
- {{> atForm}} + {{> atForm state="signIn"}}
{{> atNavButton }}