/* LineUpFull */ .lineUpFull { .BG_title{ margin: 0; } .boxColumn{ min-height: 290px; } .boxWrapper{ .boxContent{ padding: 15px 0; } } @keyframes changeColor{ from {opacity: 1} to {opacity:.25} } @-moz-keyframes changeColor{ /* Firefox */ from {opacity: 1} to {opacity:.25} } @-webkit-keyframes changeColor{ /* Safari and Chrome */ from {opacity: 1} to {opacity:.25} } @-o-keyframes changeColor{ /* Opera */ from {opacity: 1} to {opacity:.25} } .lineUpFullBlock{ position: relative; .comparingPlayers{ padding: 0 0 15px; .boxWrapper{ .boxContent{ .boxComparingPlayer{ .boxData{ .changeOp{ animation:changeColor 0.5s ease-in-out 0s infinite alternate; -moz-animation:changeColor 0.5s ease-in-out 0s infinite alternate; /* Firefox */ -webkit-animation:changeColor 0.5s ease-in-out 0s infinite alternate; /* Safari and Chrome */ -o-animation:changeColor 0.5s ease-in-out 0s infinite alternate; /* Opera */ opacity: 1; } } } } } } .listWrapper{ position: absolute; &.awayList{ right: 0; } &.substitutesList{ position: relative; clear: none; } } } .playerComparison { .boxData{ .btn{ display: block; } } .subHeader{ .closeModule{ display: block; } } } &.maxSize-991{ .boxColumn{ min-height: 0; } .listWrapper{ position: relative; } } &.maxSize-479 { .playerComparison{ padding:15px 8px; } } &.ie8{ position: relative; min-height: 427px; .boxColumn{ position: absolute; } .listWrapper{ &.substitutesList{ position: absolute; left: 0; right: 0; margin: 283px auto; } } &.maxSize-991{ .listWrapper{ &.substitutesList{ position: relative; margin: 0 auto; } } } } } .tabsWrapper{ .lineUpFull{ .BG_title{ display: none; } } } /* Fin LineUpFull */