Move gists stylesheet to themes

This commit is contained in:
Kevin Sawicki 2013-01-25 10:10:19 -08:00
parent 4a89f4580b
commit 73aab4f49a
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
.gist-notification {
position: absolute;
top: 6px;
left: 50%;
margin-left: -5%;
z-index: 99;
padding-left: 5px;
padding-right: 10px;
-webkit-box-shadow: 0px 0px 5px 5px #222;
color: #BBB;
background-color: #333;
}
.gist-notification .message-area {
float: right;
padding-top: 11px;
}
.gist-notification .message {
font-size: 13px;
}
.gist-notification .clipboard {
font-size: 11px;
}
.gist-notification:before {
font-family: 'Octicons Regular';
font-size: 32px;
width: 32px;
height: 32px;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
content: "\f08c";
}