Created
April 9, 2018 16:47
-
-
Save dbismut/e294e433db21341c6298416061c7d612 to your computer and use it in GitHub Desktop.
Part 3 - Adding the invert class for the close icon
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
.close.invert { | |
background: #000; | |
&::after, | |
&::before { | |
background: #fff; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment