Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
395:5072e4a4e261 | 396:9847e6dbeefa |
---|---|
80 position: absolute; | 80 position: absolute; |
81 top: 0.25rem; | 81 top: 0.25rem; |
82 right: 0.25rem; | 82 right: 0.25rem; |
83 } | 83 } |
84 | 84 |
85 .is-top-left { | |
86 position: absolute; | |
87 top: 0.25em; | |
88 left: 0.25em; | |
89 } | |
90 | |
85 .has-items-centered { | 91 .has-items-centered { |
86 align-items: center; | 92 align-items: center; |
87 justify-content: center; | 93 justify-content: center; |
88 } | 94 } |
89 | 95 |
183 } | 189 } |
184 | 190 |
185 /************** | 191 /************** |
186 * selections * | 192 * selections * |
187 **************/ | 193 **************/ |
194 | |
195 .is-selected-search_item { | |
196 border: solid 2px #3273dc; | |
197 background-color: #eff3fa; | |
198 transform: scale(1.03); | |
199 box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); | |
200 } | |
188 | 201 |
189 .is-not-selectable { | 202 .is-not-selectable { |
190 user-select: none; | 203 user-select: none; |
191 } | 204 } |
192 | 205 |