/* Timeline */ .timeLine { .time { .second, .first{ width: 33.33%; } .second{ border-right: 1px solid darken(@color01,10%); } .third{ width: 33.33%; } &.showExtraTime{ .first, .second, .third{ width: 30%; border-right: 1px solid darken(@color01,10%); } .extratime1{ width: 10%; border-right: none; } } } }