Mercurial > libervia-templates
diff sat_templates/templates/bulma/static/styles.css @ 396:9847e6dbeefa
bulma (call): add group call related templates.
rel: 430
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 15 May 2024 17:39:47 +0200 |
parents | 38635d393089 |
children | 2bbcb7da56bc |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Sat May 11 13:55:03 2024 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Wed May 15 17:39:47 2024 +0200 @@ -82,6 +82,12 @@ right: 0.25rem; } +.is-top-left { + position: absolute; + top: 0.25em; + left: 0.25em; +} + .has-items-centered { align-items: center; justify-content: center; @@ -186,6 +192,13 @@ * selections * **************/ +.is-selected-search_item { + border: solid 2px #3273dc; + background-color: #eff3fa; + transform: scale(1.03); + box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); +} + .is-not-selectable { user-select: none; }