We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0c9ae commit 474c756Copy full SHA for 474c756
source/modules/_app/styles/wall.less
@@ -593,23 +593,12 @@ h1.bar {
593
&.failure { background-color: @failure; color: @white; }
594
&.ng-enter {
595
transition: all ease 1s;
596
- transform: scale( .9, .9 );
+ transform: translateX( -100% );
597
opacity: 0;
598
- margin-top: -90px;
599
}
600
&.ng-enter-active {
601
- transform: scale(1,1);
+ transform: translateX( 0 );
602
opacity: 1;
603
- margin-top: 0;
604
- }
605
- &.ng-leave {
606
- transition: all ease 1s;
607
608
- opacity: 1;
609
610
- &.ng-leave-active {
611
612
- opacity: 0;
613
614
.author {
615
0 commit comments