diff --git a/templates/dashboard.html b/templates/dashboard.html index 702a4ce..3733f67 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -792,6 +792,12 @@ opacity: 1; } +/* Animations */ +@keyframes fadeIn { + from { opacity: 0; } + to { opacity: 1; } +} + @keyframes slideIn { from { opacity: 0; @@ -1083,7 +1089,7 @@ onclick="openQRModalFromData(this)">
-
+
QR Code for {{ qr.name }}
@@ -1176,7 +1182,7 @@ onclick="openQRModalFromData(this)">
-
+
QR Code for {{ qr.name }}
@@ -1257,6 +1263,18 @@ {% endif %}
+ +
+ +
+