show last access in profile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user