diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 15:21:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 15:21:54 +0200 |
| commit | 9c18073017b5cc2334bf1867c004bfc74ba5a92a (patch) | |
| tree | 6e0d18d602babd4532499f25224c36aed9af61a5 /StoneIsland/platforms/android/assets/www/css/index.css | |
| parent | 91eff5910a8a7d55159bdeb0f5b8d4945be0da48 (diff) | |
update build
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css/index.css')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/index.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/index.css b/StoneIsland/platforms/android/assets/www/css/index.css index 83b3353a..2130c675 100755 --- a/StoneIsland/platforms/android/assets/www/css/index.css +++ b/StoneIsland/platforms/android/assets/www/css/index.css @@ -102,6 +102,19 @@ html.vscroll { .error_hilite ~ span.err { display: flex; } +.err_heading { + display: none; +} +.err_heading.error_visible { + display: flex; + text-align: center; + justify-content: center; + align-items: center; + font-size: 0.875rem; + height: 64px; + padding: 12px; + color: red !important; +} span.err { display: none; text-align: center; |
