comparison sat_templates/templates/bulma/static/styles.css @ 370:281d1c958d56

bulma (search): moved `search_item` to components rel 423
author Goffi <goffi@goffi.org>
date Mon, 10 Jul 2023 15:43:49 +0200
parents e44c0627d00b
children a5a80d761e3e
comparison
equal deleted inserted replaced
369:1b753e3baf06 370:281d1c958d56
180 outline: solid var(--col-primary) 0.25rem; 180 outline: solid var(--col-primary) 0.25rem;
181 } 181 }
182 182
183 .selected_for_deletion { 183 .selected_for_deletion {
184 outline: solid red 0.25rem; 184 outline: solid red 0.25rem;
185 }
186
187 /**************
188 * JID Search *
189 **************/
190
191 .search-item__group-tags {
192 /* we want the item with no group to have the same height as an item with one */
193 min-height: 40px;
185 } 194 }
186 195
187 /*************** 196 /***************
188 * misc states * 197 * misc states *
189 ***************/ 198 ***************/