Created
June 7, 2017 05:47
-
-
Save MarvinXu/992f9ea96e5a2e5adfeb7b0f48b3495e 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
.icon-x{ | |
&:before,&:after{ | |
content: ""; | |
position: absolute; | |
width: pxToRem(20px); | |
height: 1px; | |
background-color: #fff; | |
} | |
&:before{ | |
transform: rotate(45deg); | |
} | |
&:after{ | |
transform: rotate(-45deg); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment