/*Player Tab*/ .playerTab{ .boxGoals{ margin-bottom: 50px; .boxArc{ background-image: none; width: 100%; } .tooltip{ position: relative; min-width: 55px; margin: 0 auto; width: 55px; .tooltip-inner { min-height: 22px; font-size: 9px; padding: 0 3px; line-height: 22px; text-align: center; } } } .boxElements{ .boxGoals05{ background: @referenceColor05; color:@referenceColor05_type; } .boxGoals06{ background: @referenceColor06; color:@referenceColor06_type; } .boxGoals07{ background: @referenceColor07; color:@referenceColor07_type; } .boxGoals08{ background: @referenceColor08; color:@referenceColor08_type; } .boxGoals09{ background: @referenceColor09; color:@referenceColor09_type; } .boxGoals10{ background: @referenceColor10; color:@referenceColor10_type; } } .tooltip-inner{ background: @referenceColor08; } .tooltip.bottom{ .tooltip-arrow{ border-bottom-color: @referenceColor08; } } } /*Fin de playerTab*/