Mercurial > libervia-templates
annotate sat_templates/templates/bulma/static/styles_noscript.css @ 402:2bbcb7da56bc default tip
bulma: use Font-Awesome instead of Fontello + start of major redesign:
- Font-Awesome is now used instead of Fontello, following change in Libervia Media.
- This is a beginning of a major redesign of the web templates/web frontend. This
currently breaks a lot of thing.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Oct 2024 22:53:26 +0200 |
parents | b7e5ce6bc82d |
children |
rev | line source |
---|---|
295 | 1 |
2 #loading_screen { | |
3 /* Loading screen doesn't make sense without JS, and must never be displayed */ | |
4 display: none; | |
5 } | |
6 | |
230 | 7 /********** |
8 * Panels * | |
9 **********/ | |
10 | |
11 /* drawer needs to be opened to have the content visible */ | |
12 .panel-drawer { | |
13 max-height: none; | |
14 opacity: 1; | |
15 } | |
318
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
16 |
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
17 .nojs_hide { |
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
18 display: none; |
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
19 } |