/* LineUpFull */ .lineUpFull { .BG_title{ margin: 0; } .boxColumn{ min-height: 290px; } @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} } .caption{ display: block; &.nav{ display: none; } } .lineUpFullBlock{ position: relative; .comparingPlayers{ padding: 15px 0; .boxWrapper{ margin: 20px 0; .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; } } .boxWrapper{ &.boxLineUpFull{ margin: 20px auto; .boxContent{ padding: 15px 0; } } } } .playerComparison { .boxData{ .btn{ display: block; } } .caption{ display: none; } .subHeader{ .closeModule{ display: block; } } } .playerTab { .btn{ &.closeModule{ display: block; } &.compare{ display: block; } } } &.maxSize-991{ .boxColumn{ min-height: 0; } .listWrapper{ position: relative; } } &.maxSize-479 { .playerComparison{ padding:15px 8px; } .caption{ display: none; &.nav{ display: block; } } } &.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; } } } } } /* Fin LineUpFull */