diff options
| author | Volpeon <git@volpeon.ink> | 2025-07-23 08:34:23 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2025-07-23 08:34:23 +0200 |
| commit | 5c878876d3bdd2c7cd094871fa0644f3310bcec8 (patch) | |
| tree | 0a41059f6983040f429d786ab0ad0dbf89764e96 /tpl/views/card.pug | |
| parent | Fixed divider (diff) | |
| download | iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.gz iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.bz2 iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.zip | |
Commit merge of button and badge into action-button (and rename it to button)
Diffstat (limited to 'tpl/views/card.pug')
| -rw-r--r-- | tpl/views/card.pug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/views/card.pug b/tpl/views/card.pug index 9a35b37..f030abf 100644 --- a/tpl/views/card.pug +++ b/tpl/views/card.pug | |||
| @@ -83,17 +83,17 @@ mixin view-card | |||
| 83 | +card-body | 83 | +card-body |
| 84 | .l-media | 84 | .l-media |
| 85 | .l-media__block | 85 | .l-media__block |
| 86 | +badge('positive')(quiet=true icon='repeat' href='#') | 86 | +button(theme='positive' static=true pill=true size='sm' icon='repeat' href='#') |
| 87 | strong= '12' | 87 | strong= '12' |
| 88 | .l-media__block | 88 | .l-media__block |
| 89 | +badge('warning')(quiet=true icon='star' href='#') | 89 | +button(theme='warning' static=true pill=true size='sm' icon='star' href='#') |
| 90 | strong= '34' | 90 | strong= '34' |
| 91 | .l-media__block.u-mis-auto | 91 | .l-media__block.u-mis-auto |
| 92 | +a-button(primary=true)= 'Reply' | 92 | +button(selected=true)= 'Reply' |
| 93 | 93 | ||
| 94 | +card(quiet=true href='#' class='l-card-list__card') | 94 | +card(quiet=true href='#' class='l-card-list__card') |
| 95 | +card-image(src='Drawing_Half.png' style={ 'aspect-ratio': '21 / 9' }) | 95 | +card-image(src='Drawing_Half.png' style={ 'aspect-ratio': '21 / 9' }) |
| 96 | +badge= 'Drawings' | 96 | +button(badge=true static=true selected=true)= 'Drawings' |
| 97 | +card-body | 97 | +card-body |
| 98 | +card-title= 'XS Heading' | 98 | +card-title= 'XS Heading' |
| 99 | +card-content | 99 | +card-content |
