aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-05 12:20:44 -0800
committerGitHub <[email protected]>2017-03-05 12:20:44 -0800
commited1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6 (patch)
tree91ec30647de900465c3e772135cc7ae6fba15831 /scss/_type.scss
parent192a8af0dfcdb5d64a5f273b804011bdcd5d2436 (diff)
downloadbootstrap-ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6.tar.xz
bootstrap-ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6.zip
Update spacer utilities (#22123)
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 13a64b06f..fc9c791c4 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -51,8 +51,8 @@ h6, .h6 { font-size: $font-size-h6; }
//
hr {
- margin-top: $spacer-y;
- margin-bottom: $spacer-y;
+ margin-top: 1rem;
+ margin-bottom: 1rem;
border: 0;
border-top: $hr-border-width solid $hr-border-color;
}