Usando jQuery puoi fare:

if($(this).parent('div').attr('class')=="active"){
$('#tizio').css({height: '150px'});
}