From 4d0f65ca9ad80e5eec2a667055e4dc822667d1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=ADzio=20Salgado?= Date: Tue, 8 Nov 2016 16:11:23 -0200 Subject: [PATCH] LT-308: Setting color text on login feedback screen --- .../client/active-entry/activeEntry.styl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Packages/ohif-user-management/client/active-entry/activeEntry.styl b/Packages/ohif-user-management/client/active-entry/activeEntry.styl index 772350931..3cfd5329c 100644 --- a/Packages/ohif-user-management/client/active-entry/activeEntry.styl +++ b/Packages/ohif-user-management/client/active-entry/activeEntry.styl @@ -1,3 +1,5 @@ +@import "{design}/app.styl" + #entrySignIn.entryPage, #entrySignUp.entryPage, #changePassword, @@ -6,11 +8,19 @@ .wrapper-auth .title-auth color: white + .entryLogo margin-top: 50px height: 50px width: 50px + + .input-symbol + .fa + color: #333333 + + button + &.btn-main + padding-left: 0 -// TODO: Fix theming in active-entry so we don't have to do this .entryPage .wrapper-auth,.subtitle-auth - color: white !important \ No newline at end of file + theme('color', '$textPrimaryColor') \ No newline at end of file