Created
August 25, 2012 21:14
-
-
Save byrichardpowell/3471055 to your computer and use it in GitHub Desktop.
Comment CSS Objects
This file contains 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
/* MESSAGES | |
A container for message from the app to the user | |
These appear between the header and main content | |
*/ | |
.messages {position:fixed; top: @line * 6; left:50%; width:480px; margin-left:-240px; text-align:left; z-index:700;} | |
.messages .box:hover {.shadow(0, 0, 6px, 0.5)} | |
/* State */ | |
.fullscreen { | |
.message { display:none; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment