view sat_templates/templates/bulma/static/styles_noscript.css @ 346:a9cc406ef7c6

i18n: Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Libervia/templates Translate-URL: https://salut-a-toi.org/weblate/projects/libervia/templates/
author Weblate <noreply@weblate.org>
date Wed, 16 Jun 2021 14:33:01 +0000
parents b7e5ce6bc82d
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;
}