annotate sat_templates/templates/bulma/static/styles_noscript.css @ 299:75f1cd6da46e
bulma (components/block): new `data` and `delete_icon` arguments in `icon_item`
author |
Goffi <goffi@goffi.org> |
date |
Sat, 20 Feb 2021 13:37:15 +0100 |
parents |
1de599c5a68f |
children |
b7e5ce6bc82d |
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 } |