diff options
author | Volpeon <git@volpeon.ink> | 2024-11-12 15:48:28 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-12 15:48:28 +0100 |
commit | b3d15e0a176fe28dca866f43e68432dea79eb889 (patch) | |
tree | f45bddbdd2996b84bb0d0121ac83f9caf20d1e78 /tpl/objects | |
parent | Button padding (diff) | |
download | iro-design-master.tar.gz iro-design-master.tar.bz2 iro-design-master.zip |
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/action-button.pug | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tpl/objects/action-button.pug b/tpl/objects/action-button.pug index c3a9b53..e9b6fe3 100644 --- a/tpl/objects/action-button.pug +++ b/tpl/objects/action-button.pug | |||
@@ -26,4 +26,9 @@ mixin action-button | |||
26 | if attributes.icon | 26 | if attributes.icon |
27 | +icon(attributes.icon) | 27 | +icon(attributes.icon) |
28 | = ' ' | 28 | = ' ' |
29 | block | 29 | if block |
30 | span.o-action-button__label | ||
31 | block | ||
32 | if attributes.postIcon | ||
33 | = ' ' | ||
34 | +icon(attributes.postIcon) | ||