Created
June 10, 2015 18:35
-
-
Save lucprincen/8fb123b81c25acceb0d5 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
| .screen-reader-text { | |
| clip: rect(1px, 1px, 1px, 1px); | |
| position: absolute !important; | |
| height: 1px; | |
| width: 1px; | |
| overflow: hidden; | |
| &:focus{ | |
| background-color: #f1f1f1; | |
| border-radius: 3px; | |
| clip: auto !important; | |
| color: #21759b; | |
| display: block; | |
| font-size: rem( 14px ); | |
| height: auto; | |
| left: 5px; | |
| padding: 15px 23px 14px; | |
| top: 5px; | |
| width: auto; | |
| z-index: 100000; /* Above WP toolbar. */ | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment