From 28483d4affa952feffa56a455421a7c0888cac23 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 31 May 2021 15:45:28 +0100 Subject: [PATCH] Improve pin --- .../header-no-search/profile/profile.page.html | 13 +++++++------ .../header-no-search/profile/profile.page.scss | 4 ++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/app/shared/headers/header-no-search/profile/profile.page.html b/src/app/shared/headers/header-no-search/profile/profile.page.html index e4d22f6ff..de5157de9 100644 --- a/src/app/shared/headers/header-no-search/profile/profile.page.html +++ b/src/app/shared/headers/header-no-search/profile/profile.page.html @@ -47,22 +47,24 @@
- - + + Terminar sessão
+
+ + Alterar PIN + +
- - -
@@ -75,7 +77,6 @@ Gravar -
\ No newline at end of file diff --git a/src/app/shared/headers/header-no-search/profile/profile.page.scss b/src/app/shared/headers/header-no-search/profile/profile.page.scss index 6ee1890b9..acab1b075 100644 --- a/src/app/shared/headers/header-no-search/profile/profile.page.scss +++ b/src/app/shared/headers/header-no-search/profile/profile.page.scss @@ -57,4 +57,8 @@ .checkBox{ margin-right: 10px; } +} + +.buttonSize { + width: 100% !important; } \ No newline at end of file