diff 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
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Thu Jan 28 18:42:59 2021 +0100
+++ b/sat_templates/templates/bulma/static/styles.css	Sat Feb 20 13:37:15 2021 +0100
@@ -51,6 +51,15 @@
 
 }
 
+.is-top-right {
+    /* position element on top right corner, outside document flow (abolute positioning)
+     * useful for delete icon
+     */
+    position: absolute;
+    top: 0.25rem;
+    right: 0.25rem;
+}
+
 .has-items-centered {
     align-items: center;
     justify-content: center;