1// Server LED 2 3#led-switch { 4 .led-switch__label { 5 padding-bottom: 1.5em; 6 } 7 .led-switch__label p { 8 margin: 0; 9 &:first-child { 10 font-weight: 700; 11 } 12 } 13} 14