diff options
Diffstat (limited to 'src/objects/_divider.scss')
-rw-r--r-- | src/objects/_divider.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objects/_divider.scss b/src/objects/_divider.scss index 7741922..b746551 100644 --- a/src/objects/_divider.scss +++ b/src/objects/_divider.scss | |||
@@ -78,6 +78,10 @@ | |||
78 | block-size: props.get(vars.$faint--border-width); | 78 | block-size: props.get(vars.$faint--border-width); |
79 | background-color: props.get(vars.$faint--bg-color); | 79 | background-color: props.get(vars.$faint--bg-color); |
80 | } | 80 | } |
81 | |||
82 | @include bem.modifier('vertical') { | ||
83 | background-color: props.get(vars.$vertical--faint--bg-color); | ||
84 | } | ||
81 | } | 85 | } |
82 | 86 | ||
83 | @include bem.modifier('labelled') { | 87 | @include bem.modifier('labelled') { |