Created
December 15, 2010 10:20
-
-
Save dangalipo/741838 to your computer and use it in GitHub Desktop.
please dont beat me karl
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
// stylesheets/partials/public/general.sass | |
#flash | |
border: solid 1px | |
float: right | |
font-size: 1.2em | |
margin-right: 232px | |
padding: 10px | |
#flash.error | |
background: #fbedeb | |
border: 1px solid #d74e39 | |
color: #b83925 | |
#flash.notice, #flash.alert | |
background: #fcfbf2 | |
border: 1px solid #c3b32c | |
color: #998d23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment