/*Jugadores*/ .statsCenterPerPlayer{ // Generics table{ thead{ > tr { > th{ vertical-align: middle; padding:0; } } } tbody{ min-height: 100%; >tr { td{ padding: 0; line-height: normal; margin: 0; div{ border-right: 1px solid @color01; } &:first-child, &:last-child{ div{ border-right:none; } } } } } .boxElements{ .flag{ margin: 8px 0; } .data{ margin: 14px 0; } } .text{ margin: 20px 0 0; } } .subHeader{ > span{ text-align: left; padding-left: 20px; height: 25px; line-height: 25px; font-size: 12px; } } .text{ font-size: 10px; font-weight: bold; &.number{ color: @bg_dest_type; font-size: 18px; } &.initial{ display: none; } &.teamName{ margin: 16px 0 0; text-align: left; } } .boxRows{ padding:8px 10px; min-height: 55px; cursor: auto; #gradient .vertical-three-colors(darken(@bg,10%), @bg, 20%, @bg); .boxComparing{ margin: 4px 0 0; } .boxElements{ .flag{ margin: 4px 0 0; } .data{ margin: 14px 0; } } .dataContent{ margin: 10px 0 0; } } // Top 3 .boxTop3{ padding: 15px 0; .boxWrapper{ padding-right: 10px; &:nth-child(4n){ padding-right: 0; } .boxContent{ .boxComparing{ padding: 0; } .iRedCard, .iYellowCard{ position: absolute; right: 20%; top: 0; } } } } &.maxSize-991{ // Top 3 .boxTop3{ .boxWrapper{ &:nth-child(4n){ padding-right: 10px; } &:nth-child(3n){ padding-right: 0; } } } //Generics .boxRows{ &.type{ min-height: 68px; .boxComparing{ margin: 0; padding:0; } .boxElements{ .flag{ margin: 0; } } .text{ &.teamName{ margin: 0; } } .dataContent{ margin: 0; } } } } &.maxSize-767{ // Top 3 .boxTop3{ .boxWrapper{ &:nth-child(3n){ padding-right: 10px; } &:nth-child(2n){ padding-right: 0; } } } // Generics .boxRows{ min-height: 68px; .text{ &.teamName{ margin: 0; } &.number{ font-size: 14px; } } .boxComparing{ margin:0; padding: 0; } .dataContent{ margin:0; } &.type{ .dataContent{ .text{ display: none; &.initial{ display: inline-block; } } } .boxComparing{ .bar{ margin: 4px 0 0; } } } } } &.maxSize-479{ // Top 3 .boxTop3{ .boxWrapper{ padding-right: 0; &:nth-child(3n),&:nth-child(4n){ padding-right: 0; } .boxContent{ padding: 0 15px 15px; } } } // Generics table{ thead{ > tr { > th{ background: @color02; } } } tbody { > tr { td { width: 10%; div{ display: inline-block; border-right: 0; border-radius: 4px; padding: 0 6px; } &:first-child{ width: 30%; .text{ margin: 0 10px 5px; } div{ border-radius: 50%; padding:0; } } &:nth-child(2n){ div{ background: @referenceColor11; color: @referenceColor11_type; } } &:nth-child(3n){ div{ background: @referenceColor10; color: @referenceColor10_type; } } &:nth-child(4n){ div{ background: @referenceColor09; color: @referenceColor09_type; } } &:nth-child(5n){ div{ background: @referenceColor05; color: @referenceColor05_type; } } &:nth-child(6n){ div{ background: @referenceColor07; color: @referenceColor07_type; } } &:nth-child(7n){ div{ background: @referenceColor06; color: @referenceColor06_type; } } &:nth-child(8n){ div{ background: @referenceColor08; color: @referenceColor08_type; } } } } } } .boxRows{ .dataContent{ .text{ display: none; &.initial{ display: inline-block; } } } .boxElements{ .data{ margin: 14px 0 0; } } .boxComparing{ .bar{ margin: 4px 0 0; } } } // Navs .navbar-header{ height: 37px; } .nav{ margin: 0; padding: 0; border: 0; border-radius: 0; font-weight: bold; position: relative; li{ a{ font-weight: bold; } } } } } /*Fin Jugadores */