Skip to content

Commit

Permalink
Remove unused footer styles from the admin
Browse files Browse the repository at this point in the history
  • Loading branch information
graygilmore committed Mar 29, 2016
1 parent 5af15b8 commit 6fe6d6a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions backend/app/assets/stylesheets/spree/backend/shared/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,10 @@ body {
@include clearfix;
}

// Content
//---------------------------------------------------
#content {
background-color: $color-1;
position: relative;
z-index: 0;
padding: 0;
margin-top: 15px;
}

// Footer
//---------------------------------------------------
#footer {
margin-top: 15px;
border-top: 1px solid $color-border;
padding: 10px 0;
}

0 comments on commit 6fe6d6a

Please sign in to comment.