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