chg: usr: add current version of the app in the footer #14
Deploy to Production / deploy (push) Successful in 3m42s

This commit is contained in:
2026-07-27 19:01:42 +02:00
parent 8d542e683e
commit f451df283c
6 changed files with 33 additions and 4 deletions
+23
View File
@@ -119,3 +119,26 @@ footer {
&:hover { color: #95cff5; }
}
}
.footer-version {
display: inline-flex;
align-items: center;
gap: 5px;
margin: 0 7px;
padding: 3px 8px 2px;
border: 1px solid rgba(149, 207, 245, 0.24);
border-radius: 999px;
background: linear-gradient(135deg, rgba(35, 111, 135, 0.22), rgba(149, 207, 245, 0.08));
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 12px rgba(35, 111, 135, 0.12);
color: rgba(180, 224, 248, 0.9);
font: 700 10px 'Rajdhani', sans-serif;
letter-spacing: 1px;
line-height: 1;
text-transform: uppercase;
vertical-align: middle;
i {
color: #95cff5;
font-size: 9px;
}
}