feat(css): groups hr element

This commit is contained in:
Catalin Zalog 2020-03-14 10:41:38 +02:00 committed by Martijn Cuppens
parent 481f7c6a3d
commit ff39e0bf84
1 changed files with 1 additions and 2 deletions

View File

@ -428,6 +428,7 @@ $blockquote-small-color: $gray-600 !default;
$blockquote-small-font-size: $small-font-size !default;
$blockquote-font-size: $font-size-base * 1.25 !default;
$hr-margin-y: $spacer !default;
$hr-color: inherit !default;
$hr-height: $border-width !default;
$hr-opacity: .25 !default;
@ -446,8 +447,6 @@ $list-inline-padding: .5rem !default;
$mark-bg: #fcf8e3 !default;
$hr-margin-y: $spacer !default;
// Tables
//