show last access in profile

This commit is contained in:
Surya Paolo
2022-12-10 02:23:56 +01:00
parent cd31d2d020
commit a521161ae9
8 changed files with 239 additions and 105 deletions

View File

@@ -1308,6 +1308,18 @@ h3 {
background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}
.last_access {
opacity: 0.7;
margin-top: -10px;
z-index: 1000;
margin-bottom: 5px;
padding: 5px;
border-radius: 20px;
background: #109d3b;
background: -webkit-linear-gradient(45deg, #0a7e23, #0c28b8) !important;
background: linear-gradient(45deg, #0a7e23, #0c28b8) !important;
}
.duration-2s {
transition-duration: 5s !important;
}