%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 : /proc/11585/cwd/html/ppaobm/frontend/web/assets/d06eb045/build/less/ |
Upload File : |
/* * Component: Small Box * -------------------- */ .small-box { .border-radius(2px); position: relative; display: block; margin-bottom: 20px; box-shadow: @box-boxshadow; // content wrapper > .inner { padding: 10px; } > .small-box-footer { position: relative; text-align: center; padding: 3px 0; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; z-index: 10; background: rgba(0, 0, 0, 0.1); text-decoration: none; &:hover { color: #fff; background: rgba(0, 0, 0, 0.15); } } h3 { font-size: 38px; font-weight: bold; margin: 0 0 10px 0; white-space: nowrap; padding: 0; } p { font-size: 15px; > small { display: block; color: #f9f9f9; font-size: 13px; margin-top: 5px; } } h3, p { z-index: 5; } // the icon .icon { .transition(all @transition-speed linear); position: absolute; top: -10px; right: 10px; z-index: 0; font-size: 90px; color: rgba(0, 0, 0, 0.15); } // Small box hover state &:hover { text-decoration: none; color: #f9f9f9; // Animate icons on small box hover .icon { font-size: 95px; } } } @media (max-width: @screen-xs-max) { // No need for icons on very small devices .small-box { text-align: center; .icon { display: none; } p { font-size: 12px; } } }