Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
318:b7e5ce6bc82d | 319:45499870bbf4 |
---|---|
167 | 167 |
168 .state_deleted { | 168 .state_deleted { |
169 opacity: 0; | 169 opacity: 0; |
170 transform: scale(0); | 170 transform: scale(0); |
171 transition: opacity 0.5s ease-out, transform 0.5s ease-out; | 171 transition: opacity 0.5s ease-out, transform 0.5s ease-out; |
172 } | |
173 | |
174 /********** | |
175 * editor * | |
176 **********/ | |
177 | |
178 .tag_input { | |
179 flex-grow: 1; | |
180 margin-bottom: 0.5rem; | |
181 width: auto; | |
172 } | 182 } |
173 | 183 |
174 | 184 |
175 /*********** | 185 /*********** |
176 * dialogs * | 186 * dialogs * |