The following debugging information was generated by Atom Beautify on Tue Mar 14 2017 12:59:47 GMT-0700 (PDT).
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
| <ul><li>animation-delay: 0</li><li>animation-delay: 0.5</li><li>animation-delay: 1</li><li>animation-delay: 2</li><li>animation-delay: 2.5</li><li>animation-delay: 3</li><li>animation-delay: 4</li><li>animation-delay: 4.5</li><li>animation-delay: 5</li><li>animation-delay: 6</li></ul> |
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
| <ul><li>animation-delay: 0</li><li>animation-delay: 0.5</li><li>animation-delay: 1</li><li>animation-delay: 2</li><li>animation-delay: 2.5</li><li>animation-delay: 3</li><li>animation-delay: 4</li><li>animation-delay: 4.5</li><li>animation-delay: 5</li><li>animation-delay: 6</li></ul> |
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
| // Responsive shizzle | |
| @media (max-width: 767px) { | |
| // Modals | |
| .modal { | |
| position: absolute; | |
| top: 20px; | |
| left: 20px; | |
| right: 20px; | |
| width: auto; |
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
| /** | |
| * Kellum Image Replacement | |
| * http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ | |
| */ | |
| .hide-text { | |
| text-indent: 100%; | |
| white-space: nowrap; | |
| overflow: hidden; | |
| } |