Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Foundation build to bower-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayes committed Jul 30, 2014
1 parent c05d315 commit 6213b8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions css/foundation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/foundation.css.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion scss/foundation/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,18 @@ $tabs-vertical-navigation-margin-bottom: 1.25rem !default;
.tabs {
&.vertical {
width: 20%;
max-width: 20%;
float: $default-float;
margin-bottom: $tabs-vertical-navigation-margin-bottom;
margin: 0 0 $tabs-vertical-navigation-margin-bottom;
}
}
.tabs-content {
&.vertical {
width: 80%;
max-width: 80%;
float: $default-float;
margin-#{$default-float}: -1px;
padding-#{$default-float}: 1rem;
}
}
}
Expand Down

0 comments on commit 6213b8c

Please sign in to comment.