annotate sat_templates/templates/bulma/static/styles_noscript.css @ 316:81689d346cf6
bulma (input/field): added `help` argument to `text` macro
author |
Goffi <goffi@goffi.org> |
date |
Thu, 29 Apr 2021 15:52:04 +0200 |
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 } |