diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 77bc5487..b7002f20 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -368,7 +368,14 @@ padding-bottom:0px; color: white; border-color: black; } - +#consent_error { + opacity: 0; + color: red; + transition: 0.3s all; +} +#consent_error.visible { + opacity: 1; +} /* SELECTOR */ #selector { |
