diff sat_templates/templates/bulma/static/styles.css @ 309:27511c821481

bulma (list/overview): use specialised view for `grocery` list
author Goffi <goffi@goffi.org>
date Sat, 27 Feb 2021 20:54:13 +0100
parents 877f01720036
children 45499870bbf4
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Sat Feb 27 20:52:19 2021 +0100
+++ b/sat_templates/templates/bulma/static/styles.css	Sat Feb 27 20:54:13 2021 +0100
@@ -26,6 +26,10 @@
     white-space: pre-line;
 }
 
+.has-decoration-line-through {
+    text-decoration: line-through;
+}
+
 .is-avatar {
     height: 64px;
     width: 64px;
@@ -137,6 +141,10 @@
     justify-content: start;
 }
 
+.has-width-7 {
+    width: 7em;
+}
+
 /**************
  * selections *
  **************/