comparison sat_templates/templates/bulma/static/styles.css @ 299:75f1cd6da46e

bulma (components/block): new `data` and `delete_icon` arguments in `icon_item`
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:37:15 +0100
parents a587d664f62c
children 877f01720036
comparison
equal deleted inserted replaced
298:1c330913ff13 299:75f1cd6da46e
47 } 47 }
48 48
49 .is-photo-thumbnail-container { 49 .is-photo-thumbnail-container {
50 height: var(--photo-height); 50 height: var(--photo-height);
51 51
52 }
53
54 .is-top-right {
55 /* position element on top right corner, outside document flow (abolute positioning)
56 * useful for delete icon
57 */
58 position: absolute;
59 top: 0.25rem;
60 right: 0.25rem;
52 } 61 }
53 62
54 .has-items-centered { 63 .has-items-centered {
55 align-items: center; 64 align-items: center;
56 justify-content: center; 65 justify-content: center;