/* Tablas */ .table{ font-family: @baseFontFamily; font-weight: normal; color: @bg_type; font-size: 11px; font-weight: bold; border-bottom:1px solid lighten(@bg_type,80%); thead > tr{ background-color:@color02; color:@color02_type; font-weight: normal; text-transform:uppercase; th{ font-weight: normal; text-align: center; &.name,&.team,{ text-align: left; } &.goals{ text-align: right; } } } tbody > tr { #gradient .vertical-three-colors(darken(@bg,10%), @bg, 20%, @bg); td{ text-align: center; padding: 2px 1px; line-height: 25px; &.pos{ font-size: 24px; color: @bg_dest_type; line-height: 24px; } &.name,&.team,{ text-align: left; text-indent: 5px; } .border{ border-right: 1px solid @bg_dest_type; margin-top: 0px; } &.goals{ text-align: right; } &.puntos.destacado, &.goals{ .border{ margin-top: 2px; .badge{ color: @color01_type; } } } .badge{ padding-left: 7px; padding-right: 7px; background-color: @color01; margin-right: 6px; line-height: 23px; text-align: center; min-width: 25px; border-radius: 15px; color:@color01_type; display: inline-block; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align: baseline; white-space: nowrap; } } } } /* Fin Tablas */