/* Planteles */ .posiciones{ .table{ margin-bottom: 0; tbody{ > tr { td{ &:first-child{ width: auto; } &.team{ &:after{ display: none; } } } } } } &.home{ .table { border: none; thead { > tr { th{ &:nth-child(3){ text-align: left; } } } } tbody{ > tr{ &:last-child{ #gradient .vertical-three-colors(darken(@bg,20%), darken(@bg,5%), 30%, darken(@bg,5%)); } } } } } &.maxSize-479{ .table{ tbody { > tr { td{ vertical-align: middle; line-height: normal; &.pos{ font-size: 14px; } &.team{ text-indent: inherit; word-break: break-word } } } } th, td{ &.hidden-xs{ display: none; &:last-child{ display: none; } } } } } &.maxSize-310{ .table{ th, td{ &.hidden-xs{ display: none; } } } } } /* Fin Planteles */