LT-308: Setting color text on login feedback screen
This commit is contained in:
parent
c862c3fa5c
commit
4d0f65ca9a
@ -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')
|
||||
Loading…
Reference in New Issue
Block a user