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