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,
|
#entrySignIn.entryPage,
|
||||||
#entrySignUp.entryPage,
|
#entrySignUp.entryPage,
|
||||||
#changePassword,
|
#changePassword,
|
||||||
@ -6,11 +8,19 @@
|
|||||||
.wrapper-auth
|
.wrapper-auth
|
||||||
.title-auth
|
.title-auth
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
.entryLogo
|
.entryLogo
|
||||||
margin-top: 50px
|
margin-top: 50px
|
||||||
height: 50px
|
height: 50px
|
||||||
width: 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
|
.entryPage .wrapper-auth,.subtitle-auth
|
||||||
color: white !important
|
theme('color', '$textPrimaryColor')
|
||||||
Loading…
Reference in New Issue
Block a user