One Hat Cyber Team
Your IP :
216.73.216.155
Server IP :
122.155.17.190
Server :
Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
Server Software :
Apache/2
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
neunkho
/
public_html
/
hpp
/
build
/
scss
/
View File Name :
_users-list.scss
// // Component: Users List // .users-list { @include list-unstyled; > li { float: left; padding: 10px; text-align: center; width: 25%; img { @include border-radius(50%); height: auto; max-width: 100%; } > a:hover { &, .users-list-name { color: #999; } } } } .users-list-name, .users-list-date { display: block; } .users-list-name { color: $gray-700; font-size: $font-size-sm; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .users-list-date { color: darken($gray-500, 20%); font-size: 12px; }