diff options
| author | Volpeon <git@volpeon.ink> | 2022-03-08 22:00:33 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-03-08 22:00:33 +0100 |
| commit | bdd534a2fea536f4143d29dd26138a4705c1f825 (patch) | |
| tree | 3ff5dbc4f9de8e3c77918f444a1bc20550db764d /src/objects/_rule.scss | |
| parent | Dialog (diff) | |
| download | iro-design-bdd534a2fea536f4143d29dd26138a4705c1f825.tar.gz iro-design-bdd534a2fea536f4143d29dd26138a4705c1f825.tar.bz2 iro-design-bdd534a2fea536f4143d29dd26138a4705c1f825.zip | |
Improved dialog
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); |
