blob: 70399a9f2658c03211890844c6cfbbbeef2e2156 [file] [log] [blame]
@import '../../../styles/animations.scss';
xos-table {
display: block;
tr.ng-move,
tr.ng-enter,
tr.ng-leave {
transition:all linear 0.5s;
}
tr.ng-leave.ng-leave-active,
tr.ng-move,
tr.ng-enter {
opacity:0;
animation: 0.5s slideOutRight ease-in-out;
}
tr.ng-leave,
tr.ng-move.ng-move-active,
tr.ng-enter.ng-enter-active {
opacity:1;
animation: 0.5s slideInRight ease-in-out;
}
td dl {
margin-bottom: 0;
dt {
width: 50px !important;
}
dd {
margin-left: 60px !important;
}
}
}