Server IP : 108.170.25.35 / Your IP : 3.139.104.140 Web Server : Apache/2 System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : studio ( 1434) PHP Version : 8.1.28 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/studio/public_html/gfgdfgdfg/scss/layout/sidebar/ |
Upload File : |
/////////////////////////// // Sidebar profile /////////////////////////// .nav-user { // text-align: center; background: $primary; margin-bottom: 10px; padding: 20px 25px 15px; @include custommq($min: 768px, $max: 1199px) { padding: 20px 15px 15px; } img { width: 35px; height: 35px; @include custommq($min: 768px, $max: 1199px) { width: 35px; height: 35px; margin-bottom: 10px; } } h5 { margin-left: 10px; margin-bottom: 3px; color: $white; @include custommq($min: 768px, $max: 1199px) { display: none; } @at-root [data-sibebarbg="color_2"] & { color: $white; } } p{ margin-left: 10px; margin-bottom: 8px; color: #afcff7; @include custommq($min: 768px, $max: 1199px) { display: none; } } @include custommq($min: 768px, $max: 1199px) { i{ margin-top: 15px; display: block } } } .menu-toggle{ .nav-user { padding: 20px 15px 15px; img { width: 35px; height: 35px; margin-bottom: 10px; } h5, p { display: none; } i { margin-top: 15px; display: block } .dropdown-menu { left: 45px !important; top: 22px !important; } } }