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