comparison 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
comparison
equal deleted inserted replaced
308:3054387cac3b 309:27511c821481
22 white-space: pre-wrap; 22 white-space: pre-wrap;
23 } 23 }
24 24
25 .has-whitespace-pre-line { 25 .has-whitespace-pre-line {
26 white-space: pre-line; 26 white-space: pre-line;
27 }
28
29 .has-decoration-line-through {
30 text-decoration: line-through;
27 } 31 }
28 32
29 .is-avatar { 33 .is-avatar {
30 height: 64px; 34 height: 64px;
31 width: 64px; 35 width: 64px;
133 border-color: var(--grey-light); 137 border-color: var(--grey-light);
134 } 138 }
135 139
136 .has-justify-start { 140 .has-justify-start {
137 justify-content: start; 141 justify-content: start;
142 }
143
144 .has-width-7 {
145 width: 7em;
138 } 146 }
139 147
140 /************** 148 /**************
141 * selections * 149 * selections *
142 **************/ 150 **************/