LT-308: Setting color text on login feedback screen

This commit is contained in:
Eloízio Salgado 2016-11-08 16:11:23 -02:00 committed by Erik Ziegler
parent c862c3fa5c
commit 4d0f65ca9a

View File

@ -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
theme('color', '$textPrimaryColor')