2016-10-31 5 views

Antwort

2
.tab-item { 
    background-color: $energized; 
    opacity: 1; 
} 
.tab-item+ .tab-item { 
    background-color: $balanced; 
} 
.tab-item+ .tab-item+ .tab-item { 
    background-color: $calm; 
} 

.tab-item+ .tab-item+ .tab-item+ .tab-item { 
    background-color: $positive; 
} 
+0

Dank es funktioniert gut! –

+0

Danke auch für Ihr Feedback. –

Verwandte Themen