Created
August 27, 2019 09:08
-
-
Save rowan-m/f9867300c297e91a7bdd67887eea5452 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
input-knob::part(container) { | |
display: block; | |
background: #cadbbc; | |
border: 1rem dashed #356211; | |
box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.5); | |
width: 8rem; | |
height: 8rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment