
If we keep it only on states lower than root and afterSignIn is sent when app is still in root.loading (which is often the case as we need to wait for repository deserialization), it will try to find afterSignIn on root.
29 lines
373 B
Sass
29 lines
373 B
Sass
@import "_mixins/all"
|
|
|
|
#auth
|
|
#page
|
|
display: block
|
|
min-height: 500px
|
|
|
|
#main
|
|
top: 200px
|
|
margin: 0 auto 0 auto
|
|
padding: 25px 50px
|
|
|
|
width: 300px
|
|
min-width: auto
|
|
border: 10px solid #bbb
|
|
@include border-radius(8px)
|
|
|
|
h1
|
|
margin-bottom: 1em
|
|
color: #333
|
|
|
|
p
|
|
color: #333
|
|
|
|
a:hover
|
|
text-decoration: underline
|
|
|
|
|