Skip to content

Commit

Permalink
Merge pull request #44 from dev-onenetworkecommerce/fix-vertical-rhythm
Browse files Browse the repository at this point in the history
Bulk update.
  • Loading branch information
srph committed Sep 21, 2015
2 parents a600a67 + 55a9870 commit 578e9c5
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 42 deletions.
47 changes: 31 additions & 16 deletions dist/aia.css

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

4 changes: 2 additions & 2 deletions dist/aia.css.map

Large diffs are not rendered by default.

47 changes: 31 additions & 16 deletions docs/dist/style.css

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

2 changes: 1 addition & 1 deletion styles/_main.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "vendor/normalize";
@import "colors";
@import "variables";
@import "utils";
@import "colors";

@import "base/type";
@import "base/layout";
Expand Down
14 changes: 14 additions & 0 deletions styles/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@
._text-center { text-align: center !important; }
._text-right { text-align: right !important; }

// Text color variants
// for deprecations
.text-sky { color: $brand-sky; }
.text-crimson { color: $brand-crimson; }
.text-emerald { color: $brand-emerald; }
.text-sun { color: $brand-sun; }
.text-muted { color: $brand-gray-dk; }
// replacements for the above :D
._text-sky { color: $brand-sky; }
._text-crimson { color: $brand-crimson; }
._text-emerald { color: $brand-emerald; }
._text-sun { color: $brand-sun; }
._text-muted { color: $brand-gray-dk; }

// Center block
.centered, // deprecating in the future
._centered { // stays
Expand Down
8 changes: 1 addition & 7 deletions styles/base/type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin-bottom: ($medium / 2);
}

h1, h2, h3, h4, h5, h6
h1, h2, h3, h4, h5, h6,
p, blockquote {
@include vertical-rhythm;
}
Expand All @@ -35,12 +35,6 @@ a {
}
}

.text-sky { color: $brand-sky; }
.text-crimson { color: $brand-crimson; }
.text-emerald { color: $brand-emerald; }
.text-sun { color: $brand-sun; }
.text-muted { color: $brand-gray-dk; }

.lead {
font-size: 20px;
font-weight: 300;
Expand Down

0 comments on commit 578e9c5

Please sign in to comment.