view sat_templates/templates/bulma/static/styles_noscript.css @ 318:b7e5ce6bc82d

CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
author Goffi <goffi@goffi.org>
date Thu, 29 Apr 2021 15:53:31 +0200
parents 1de599c5a68f
children
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;
}

.nojs_hide {
    display: none;
}