Created
May 30, 2018 19:24
-
-
Save danirabbit/d33071c40ec66d5781c5b6dea405da36 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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