Skip to content

Instantly share code, notes, and snippets.

@kantlivelong
Created November 22, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kantlivelong/b506c58d83d7e29b966816a6ce283c8a to your computer and use it in GitHub Desktop.
Save kantlivelong/b506c58d83d7e29b966816a6ce283c8a to your computer and use it in GitHub Desktop.
@psucontrol-on-color: #00FF00;
@psucontrol-off-color: #808080;
psucontrol_indicator {
&.on i {
color: @psucontrol-on-color;
}
&.off i {
color: @psucontrol-off-color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment