Created
April 6, 2017 05:21
-
-
Save mazipan/90d1aa07bda87ac435108820644b2209 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
| &:checked | |
| { | |
| & + label | |
| { | |
| &:before{ | |
| border-color: $theme; | |
| background-color: $theme; | |
| } | |
| &:after{ | |
| width: 6px; | |
| height: 13px; | |
| top: 3px; | |
| left: 5px; | |
| color: #fff; | |
| border-top: 2px solid transparent; | |
| border-left: 2px solid transparent; | |
| border-right: 2px solid #fff; | |
| border-bottom: 2px solid #fff; | |
| -webkit-transform: rotate(37deg); | |
| -ms-transform: rotate(37deg); | |
| -o-transform: rotate(37deg); | |
| transform: rotate(37deg); | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment