SASS setup using current styles as foundation

This commit is contained in:
Josh Matz
2013-05-05 18:21:05 -05:00
parent 2c28459b58
commit e608e5b4da
7 changed files with 296 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.toolbar {
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
z-index: 10;
position: fixed;
background-color: #FFF;
}
.toolbar .donate {
display: inline-block;
}