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