diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-11 07:54:12 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-11 07:54:12 +0200 |
| commit | 9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f (patch) | |
| tree | ca289d02ec274170411e5899c4569c3b8904be1c /tpl/views/text-field.pug | |
| parent | Dervice code font size from 100 (diff) | |
| download | iro-design-9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f.tar.gz iro-design-9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f.tar.bz2 iro-design-9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f.zip | |
card -> media
Diffstat (limited to 'tpl/views/text-field.pug')
| -rw-r--r-- | tpl/views/text-field.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/views/text-field.pug b/tpl/views/text-field.pug index 262195d..9a60741 100644 --- a/tpl/views/text-field.pug +++ b/tpl/views/text-field.pug | |||
| @@ -16,8 +16,8 @@ mixin view-text-field | |||
| 16 | div | 16 | div |
| 17 | +text-field(placeholder='Just landed in L.A.' class="u-p-50") | 17 | +text-field(placeholder='Just landed in L.A.' class="u-p-50") |
| 18 | +slot('pre') | 18 | +slot('pre') |
| 19 | +action-button(quiet=true class='l-card__block')= 'Volpeon' | 19 | +action-button(quiet=true class='l-media__block')= 'Volpeon' |
| 20 | +divider('vertical')(class='u-ml-50') | 20 | +divider('vertical')(class='u-ml-50') |
| 21 | +slot('post') | 21 | +slot('post') |
| 22 | +action-button(quiet=true icon='smile' class='l-card__block') | 22 | +action-button(quiet=true icon='smile' class='l-media__block') |
| 23 | +action-button(quiet=true icon='send' class='l-card__block') | 23 | +action-button(quiet=true icon='send' class='l-media__block') |
