view sat_templates/templates/bulma/static/styles_noscript.css @ 308:3054387cac3b

bulma (list/discover): add delete button to all items but ones from config
author Goffi <goffi@goffi.org>
date Sat, 27 Feb 2021 20:52:19 +0100
parents 1de599c5a68f
children b7e5ce6bc82d
line wrap: on
line source


#loading_screen {
    /* Loading screen doesn't make sense without JS, and must never be displayed */
    display: none;
}

/**********
 * Panels *
 **********/

/* drawer needs to be opened to have the content visible */
.panel-drawer {
    max-height: none;
    opacity: 1;
}