Skip to content

Instantly share code, notes, and snippets.

@danirabbit
Created May 30, 2018 19:24
Show Gist options
  • Save danirabbit/d33071c40ec66d5781c5b6dea405da36 to your computer and use it in GitHub Desktop.
Save danirabbit/d33071c40ec66d5781c5b6dea405da36 to your computer and use it in GitHub Desktop.
scale.temperature trough {
background-image:
linear-gradient(
to right,
@SILVER_100,
@ORANGE_500
);
}
scale.temperature:dir(rtl) trough {
background-image:
linear-gradient(
to left,
@SILVER_100,
@ORANGE_500
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment