Added more styles includeing the index page more color changes and header styles

This commit is contained in:
Kyle Fiedler
2012-07-12 14:28:13 -04:00
parent 9d638d2ac0
commit d53e4bd38f
12 changed files with 180 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
section#unit-wrapper {
section.filters {
@include clearfix;
display: none;
opacity: .4;
margin-bottom: 10px;
@include transition;
@@ -52,6 +53,8 @@ section#unit-wrapper {
display: table;
border: 1px solid lighten($dark-blue, 40%);
width: 100%;
@include border-radius(3px);
@include box-shadow(0 0 4px lighten($dark-blue, 50%));
section {
header {