.breadboard { .board { fill:#d9d9d9; } .shadow-right, .shadow-bottom { stroke: #bfbfbf; stroke-width:1px; } .shadow-left, .shadow-top { stroke: #e6e6e6; stroke-width:1px; } .pin { path { &:nth-child(2n) { fill: #e6e6e6; } &:nth-child(2n+1) { fill: #bfbfbf; } } circle { fill: #383838; } } .pintemplate { display:none; } .plus { stroke: #F00; stroke-width:1; } .minus { stroke: #00F; stroke-width:1; } font-size:6px; fill:#999; font-family:sans-serif; }