%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/egp/web/adminlte/build/scss/ |
Upload File : |
// // 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; } .dark-mode { .users-list-name { color: $gray-400; } .users-list-date { color: $gray-500; } }