/* LineUpFull */ .lineUpFull { .fieldLineal { .field { > .homeTeam, > .awayTeam{ &:before{ background-image: url('../images/futbolplaya/playa_lineas_horizontales_cancha.png'); background-repeat: repeat-x; content: " "; width: 98%; display: block; height: 98%; position: absolute; top: 2%; left: 1%; z-index: 1; } &:after{ background-repeat: no-repeat; content: " "; width: 6px; display: block; height: 96%; position: absolute; top: 2%; } > .gameField{ background-image: url('../images/futbolplaya/bg_cespedArena.png'); height: 352px; .positions{ z-index: 9999; } } .areaHome, .areaAway{ background-position: 0 0; background-repeat: no-repeat; width: 15px; height: 77px; top: 144px; z-index: 2; } .midfielder{ &:after{ background-image: url('../images/futbolplaya/playa_linea_punteadas.png'); background-repeat: repeat; content: " "; display: block; width: 4px; display: block; height: 100%; position: absolute; } } } > .homeTeam{ .areaHome{ background-image: url('../images/futbolplaya/playa_arco.png'); } .areaCenterHome{ height: 365px; width: 4px; background-position: 0 0; background-repeat: repeat; background-image: url('../images/futbolplaya/playa_linea_punteadas.png'); } &:after{ background-image: url('../images/futbolplaya/playa_linea_vertical__izq_cancha.png'); left: 1%; } } > .awayTeam{ .areaAway{ background-image: url('../images/futbolplaya/playa_arco.png'); } .midfielder{ &:after{ right: 0; } } .areaCenterAway{ display: none; } &:after{ background-image: url('../images/futbolplaya/playa_linea_vertical__der_cancha.png'); right: 1%; } } } } .lineUpFullBlock { .listWrapper{ position: absolute; overflow-y:scroll; height: 365px; } } &.maxSize-991{ .lineUpFullBlock { .listWrapper{ position: relative; height: auto; } } } &.maxSize-479{ .fieldLineal { .field { > .homeTeam, > .awayTeam{ &:after{ height: 92%; } &:before{ height: 94%; background-size: contain; } > .gameField{ height: 210px; } .areaHome, .areaAway{ top: 34%; } } } } } } /* Fin LineUpFull */