Created
February 22, 2019 12:18
-
-
Save MadMikeyB/50e22f08d37103e0662b63483b300c8c to your computer and use it in GitHub Desktop.
Select Box - Custom Font Awesome Arrow
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
.form__select { | |
-webkit-appearance: none; /*autoprefixer*/ | |
appearance: none; | |
background-image: url("scss/vendor/fontawesome/svgs/light/chevron-down.svg"); | |
background-position-x: 98%; | |
background-position-y: center; | |
background-repeat: no-repeat; | |
background-size: 3rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment