26 lines
442 B
Stylus
26 lines
442 B
Stylus
@import "{design}/app.styl"
|
|
|
|
#entrySignIn.entryPage,
|
|
#entrySignUp.entryPage,
|
|
#changePassword,
|
|
#forgotPassword,
|
|
#resetPassword
|
|
.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
|
|
|
|
.entryPage .wrapper-auth,.subtitle-auth
|
|
theme('color', '$textPrimaryColor') |