state error with notifications fix
This commit is contained in:
parent
dd70fa1348
commit
62b9744040
1 changed files with 1 additions and 2 deletions
|
@ -20,14 +20,13 @@ svg.icons
|
|||
perspective 1000px
|
||||
position fixed
|
||||
z-index 2000
|
||||
height 55x
|
||||
height 55px
|
||||
width 100%
|
||||
display block
|
||||
align-items center
|
||||
justify-content center
|
||||
padding 0
|
||||
margin-top: -55px
|
||||
margin 0
|
||||
#notifyMessage
|
||||
margin 0 auto
|
||||
transition all 0.6s cubic-bezier(.83,.05,.28,1.0)//ks-easing( "out-back" );
|
||||
|
|
Loading…
Reference in a new issue