diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-21 08:16:32 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-21 08:16:32 +0200 |
| commit | 4af2a45082f5b23949f083d5600be1ca0f69c096 (patch) | |
| tree | d183978d3a37b41e64202b5d46ecab8e4e5efef8 /src | |
| parent | Add no-flush to card-list (diff) | |
| download | iro-design-4af2a45082f5b23949f083d5600be1ca0f69c096.tar.gz iro-design-4af2a45082f5b23949f083d5600be1ca0f69c096.tar.bz2 iro-design-4af2a45082f5b23949f083d5600be1ca0f69c096.zip | |
Update
Diffstat (limited to 'src')
| -rw-r--r-- | src/_utils.scss | 8 | ||||
| -rw-r--r-- | src/layouts/_card-list.scss | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 3560888..a96666d 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -124,6 +124,14 @@ $-sizes: ( | |||
| 124 | justify-content: flex-end; | 124 | justify-content: flex-end; |
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | @include iro.bem-utility('tt-upper') { | ||
| 128 | text-transform: uppercase; | ||
| 129 | } | ||
| 130 | |||
| 131 | @include iro.bem-utility('tt-lower') { | ||
| 132 | text-transform: lowercase; | ||
| 133 | } | ||
| 134 | |||
| 127 | @include iro.bem-utility('c-heading') { | 135 | @include iro.bem-utility('c-heading') { |
| 128 | color: props.get(vars.$theme, --heading); | 136 | color: props.get(vars.$theme, --heading); |
| 129 | } | 137 | } |
diff --git a/src/layouts/_card-list.scss b/src/layouts/_card-list.scss index 6bdf7b3..59105c4 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
| @@ -51,7 +51,6 @@ | |||
| 51 | display: block; | 51 | display: block; |
| 52 | flex: 1 0 auto; | 52 | flex: 1 0 auto; |
| 53 | inline-size: props.get(vars.$masonry-h--row-height); | 53 | inline-size: props.get(vars.$masonry-h--row-height); |
| 54 | block-size: 0; | ||
| 55 | content: ''; | 54 | content: ''; |
| 56 | } | 55 | } |
| 57 | } | 56 | } |
