/* LineUpFull */ .lineUpFull { .BG_title{ margin: 0; } .boxColumn{ min-height: 290px; } .boxWrapper.boxLineUpFull > .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} } .caption{ display: block; &.nav{ display: none; } } .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{ display: block; } .caption{ display: none; } } .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; } } } } } .tabsWrapper{ .lineUpFull{ .BG_title{ display: none; } } } .minSize-767 .moduleCtn.lineUpFull { &.maxSize-767{ .lineUpFullBlock{ .fieldLineal{ float: none; } } } } .minSize-479 .moduleCtn.lineUpFull { .playerTab{ .boxShots{ margin-bottom: 30px; } } .futbol{ .playerComparison{ .effect{ margin-top: 30px; } .boxComparing{ &.col-lg-6, &.col-md-6{ width: 50%; } &.canvasSet{ &.col-sm-6, &.col-xs-6{ width: 100%; } } .boxStats{ .col-lg-6, .col-md-6{ width: 50%; } } .bar{ &.col-lg-10{ width: 83.33333333%; } &.col-md-9{ width: 75%; } } .text{ &.col-lg-2{ width: 16.66666667%; } &.col-md-3{ width: 25%; } &.col-sm-12{ width: 100%; } &.col-xs-12{ width: 100%; } } } } } } /* Fin LineUpFull */