summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-15 13:50:35 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-15 13:50:35 +0200
commit189eccc46edd09e78c9683580ccf078c28d5b34e (patch)
tree65d97d909384b1501993fd73b6b4d389f02001a4 /StoneIsland/www/css
parent590a9772063bd0774c6ad4c099447472294deecd (diff)
consent modal stuff
Diffstat (limited to 'StoneIsland/www/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 {