Repository: ignite Updated Branches: refs/heads/master 7a72e0164 -> 9815647e1
IGNITE-8678 Web Console: Removed the gray line above the sign-in sign-up and forgot password buttons. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9815647e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9815647e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9815647e Branch: refs/heads/master Commit: 9815647e161dfc6bc0f5412d443bc2d726e9eba3 Parents: 7a72e01 Author: Andrey Novikov <[email protected]> Authored: Fri Jun 1 18:35:41 2018 +0700 Committer: Andrey Novikov <[email protected]> Committed: Fri Jun 1 18:35:41 2018 +0700 ---------------------------------------------------------------------- .../frontend/app/components/page-forgot-password/style.scss | 1 - modules/web-console/frontend/app/components/page-signin/style.scss | 1 - modules/web-console/frontend/app/components/page-signup/style.scss | 1 - 3 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9815647e/modules/web-console/frontend/app/components/page-forgot-password/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-forgot-password/style.scss b/modules/web-console/frontend/app/components/page-forgot-password/style.scss index 8122c34..86425c1 100644 --- a/modules/web-console/frontend/app/components/page-forgot-password/style.scss +++ b/modules/web-console/frontend/app/components/page-forgot-password/style.scss @@ -42,7 +42,6 @@ page-forgot-password { .form-footer { padding: 15px 0; text-align: right; - border-top: 1px solid #e5e5e5; display: flex; align-items: center; http://git-wip-us.apache.org/repos/asf/ignite/blob/9815647e/modules/web-console/frontend/app/components/page-signin/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-signin/style.scss b/modules/web-console/frontend/app/components/page-signin/style.scss index c4dee98..51da101 100644 --- a/modules/web-console/frontend/app/components/page-signin/style.scss +++ b/modules/web-console/frontend/app/components/page-signin/style.scss @@ -38,7 +38,6 @@ page-signin { .form-footer { padding: 15px 0; text-align: right; - border-top: 1px solid #e5e5e5; display: flex; align-items: center; http://git-wip-us.apache.org/repos/asf/ignite/blob/9815647e/modules/web-console/frontend/app/components/page-signup/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-signup/style.scss b/modules/web-console/frontend/app/components/page-signup/style.scss index 54ae14e..93167ce 100644 --- a/modules/web-console/frontend/app/components/page-signup/style.scss +++ b/modules/web-console/frontend/app/components/page-signup/style.scss @@ -34,7 +34,6 @@ page-signup { form footer { padding: 15px 0; text-align: right; - border-top: 1px solid #e5e5e5; display: flex; align-items: center;
