/*Relato*/ .commentary{ .boxCommentary { .commentaryContent { .boxIcons { .boxElements { > div { .incTypeIcon{ width: 20px; height: 21px; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); background-repeat: no-repeat; } .conversion{ background: url('../images/icon_conversion.png'); height: 26px; } .try{ background: url('../images/icon_try.png'); } .penaltyTry{ background:url('../images/icon_try_penal.png'); } .penalty{ background: url('../images/icon_penal.png'); } .drop{ background: url('../images/icon_drop.png'); width: 26px; height: 25px; } .yellowCard{ .iconsheet(); background-position: -501px -21px; width: 18px; height: 21px; margin: 8px auto 0; top: 0; transform: translateY(0%); } .redCard{ .iconsheet(); background-position: -518px -21px; width: 18px; height: 21px; margin: 8px auto 0; top: 0; transform: translateY(0%); } .change{ .iconsheet(); background-position: -803px -13px; width: 35px; height: 35px; top: 0; transform: translateY(0%); } } } } } } } /*Fin Relato*/