Mercurial > libervia-templates
diff sat_templates/templates/bulma/static/styles.css @ 319:45499870bbf4
bulma: new `editor` templates:
Those template design element needed for editing items such as blog posts.
Elements for a "Tags Editor" are implemented.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 29 Apr 2021 15:55:14 +0200 |
parents | 27511c821481 |
children | 0d6826a73c0f |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Thu Apr 29 15:53:31 2021 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Thu Apr 29 15:55:14 2021 +0200 @@ -171,6 +171,16 @@ transition: opacity 0.5s ease-out, transform 0.5s ease-out; } +/********** + * editor * + **********/ + +.tag_input { + flex-grow: 1; + margin-bottom: 0.5rem; + width: auto; +} + /*********** * dialogs *