/*Posiciones */ .posiciones{ .table{ tbody{ tr{ &.cupClassification{ background-image: none; td{ &:first-child{ width: 4%; } line-height:12px; span{ height: 15px; width: 15px; background-color: $blue; &.secondPosition{ background-color: $indigo; } &.thirdPosition{ background-color: $green; } &.fourthPosition{ background-color: $orange; } } } } &.title{ background-image: none !important; } &.space{ background-image: none; td{ line-height: 10px; } } &.linea{ td{ &.border-left-firstPos{ box-shadow: inset 4px 0px 0px $blue; } &.border-left-secondPos{ box-shadow: inset 4px 0px 0px $indigo; } &.border-left-thirdPos{ box-shadow: inset 4px 0px 0px $green; } &.border-left-fourthPos{ box-shadow: inset 4px 0px 0px $orange; } } } } } } } /* Fin Posiciones */