Skip to content

Instantly share code, notes, and snippets.

@blivesta
Created March 21, 2015 17:58
Show Gist options
  • Save blivesta/a2848988ec77c9676644 to your computer and use it in GitHub Desktop.
Save blivesta/a2848988ec77c9676644 to your computer and use it in GitHub Desktop.
carbon-ads.css
/* carbon */
.docs-Carbon {
position:fixed;
right:0;
bottom:0;
box-sizing:border-box;
float: right;
background-color: rgba(0,0,0,.05);
padding: 1.5rem;
width: 16rem;
text-align: left !important;
font-size:1.1rem;
margin:0;
min-height:1.3rem;
}
.docs-Carbon .carbon-img {
float:left;
width:14.5rem;
img {
margin-bottom:1.5rem;
}
}
.docs-Carbon .carbon-poweredby{
margin-top:1rem;
display:block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment