Created
October 19, 2017 13:00
-
-
Save tygas/661bece7d96a6f5b80f2c717f962f9c3 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
.circle--arrow { | |
display: inline-block; | |
width: 30px; | |
height: 30px; | |
background-color: transparent; | |
background-image: svg-load('icons/arrow--thin--left.svg'); | |
background-repeat: no-repeat; | |
background-position: center center; | |
background-size: initial; | |
border: solid 2px $blue-dark; | |
border-radius: 50%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment