diff options
| author | Volpeon <git@volpeon.ink> | 2024-06-20 09:18:31 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-06-20 09:18:31 +0200 |
| commit | 9f60b04c706c5c05085512597db9c755a241dc40 (patch) | |
| tree | 230972f599a468946f02d83ed31c5fddbfc52a43 /src/objects | |
| parent | Add light media theme (diff) | |
| download | iro-design-9f60b04c706c5c05085512597db9c755a241dc40.tar.gz iro-design-9f60b04c706c5c05085512597db9c755a241dc40.tar.bz2 iro-design-9f60b04c706c5c05085512597db9c755a241dc40.zip | |
Update
Diffstat (limited to 'src/objects')
| -rw-r--r-- | src/objects/_list-group.scss | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/objects/_list-group.scss b/src/objects/_list-group.scss index 1093ad8..d46722e 100644 --- a/src/objects/_list-group.scss +++ b/src/objects/_list-group.scss | |||
| @@ -28,7 +28,9 @@ | |||
| 28 | padding: fn.dim(--pad-y) fn.dim(--pad-x); | 28 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
| 29 | 29 | ||
| 30 | @include iro.bem-next-twin-elem { | 30 | @include iro.bem-next-twin-elem { |
| 31 | border-top: 1px solid fn.color(--border); | 31 | border-width: 1px 0 0; |
| 32 | border-style: solid; | ||
| 33 | border-color: fn.color(--border); | ||
| 32 | } | 34 | } |
| 33 | 35 | ||
| 34 | @include iro.bem-multi('&:link, &:visited, &:enabled', 'modifier' 'interactive') { | 36 | @include iro.bem-multi('&:link, &:visited, &:enabled', 'modifier' 'interactive') { |
| @@ -41,5 +43,18 @@ | |||
| 41 | } | 43 | } |
| 42 | } | 44 | } |
| 43 | } | 45 | } |
| 46 | |||
| 47 | @include iro.bem-modifier('horizontal') { | ||
| 48 | display: flex; | ||
| 49 | |||
| 50 | @include iro.bem-elem('item') { | ||
| 51 | flex: 1 0 auto; | ||
| 52 | |||
| 53 | @include iro.bem-next-twin-elem { | ||
| 54 | border-top-width: 0; | ||
| 55 | border-left-width: 1px; | ||
| 56 | } | ||
| 57 | } | ||
| 58 | } | ||
| 44 | } | 59 | } |
| 45 | } | 60 | } |
