summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/nav.css')
-rwxr-xr-xStoneIsland/www/css/nav.css9
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 {