xref: /openbmc/phosphor-webui/app/server-control/styles/server-led.scss (revision fb79e54c55af0b516d35c94c702213b7549acafe)
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