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
/* "Pure" CSS Menu (minimal JS added to "lock" menu open for larger viewscreens and to remove noJS class - gracefully degrades to standard summary/details functionality) */ | |
@keyframes slideDown1 { | |
0% { height: 0; } | |
100% { height: 1em; } | |
} | |
@keyframes slideDown2 { | |
0% { height: 0; } | |
100% { height: 2em; } | |
} | |
@keyframes slideDown3 { |