/*Jugadores*/ .statsCenterPlayerComparison{ padding: 15px 0; .boxWrapper{ margin: 20px auto 0; } .boxSelectTeam{ background:darken(@bg,5%); position: relative; > div{ background: @bg; z-index: 1; position: relative; &.showTeam{ opacity: 1; margin-top: 20px; > div{ opacity: 1; height: auto; -webkit-transition: opacity 1s, height 3s; -moz-transition: opacity 1s, height 3s; transition: opacity 1s, height 3s; } } &.hideTeam{ opacity: 0; > div{ opacity: 0; -webkit-transition: opacity 1s, height 0 3s; -moz-transition: opacity 1s, height 0 3s; transition: opacity 1s, height 0 3s; height: 0; overflow: hidden; } } &:before{ border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 14px solid @bg; position: absolute; top: -14px; width: 13px; height: 14px; content: " "; z-index: 1; } &.home{ &:before{ left: 24%; } } &.away{ &:before{ right: 24%; } } } .planteles{ .nav-pills{ .border-radius(4px); .box-shadow(0 0 5px darken(@bg, 20%)); } } } .planteles{ .equipos{ .table tbody > tr{ cursor: pointer; &:hover{ background: darken(@bg,10%); box-shadow:0px 2px 11px -4px darken(@bg,40%) inset; } } } } } /*Fin Jugadores */