diff options
Diffstat (limited to 'src/objects/_rule.scss')
| -rw-r--r-- | src/objects/_rule.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/objects/_rule.scss b/src/objects/_rule.scss index 777e864..693729a 100644 --- a/src/objects/_rule.scss +++ b/src/objects/_rule.scss | |||
| @@ -45,6 +45,14 @@ | |||
| 45 | margin-bottom: fn.dim(--margin-y); | 45 | margin-bottom: fn.dim(--margin-y); |
| 46 | background-color: fn.color(--strong --bg); | 46 | background-color: fn.color(--strong --bg); |
| 47 | 47 | ||
| 48 | @include iro.bem-modifier('vertical') { | ||
| 49 | width: 1px; | ||
| 50 | height: auto; | ||
| 51 | margin-top: 0; | ||
| 52 | margin-bottom: 0; | ||
| 53 | background-color: fn.color(--faint --bg); | ||
| 54 | } | ||
| 55 | |||
| 48 | @include iro.bem-modifier('medium') { | 56 | @include iro.bem-modifier('medium') { |
| 49 | height: fn.dim(--medium --border-width); | 57 | height: fn.dim(--medium --border-width); |
| 50 | background-color: fn.color(--medium --bg); | 58 | background-color: fn.color(--medium --bg); |
