ÿØÿà JFIF ` ` ÿáfExif MM * i >ê 2 ê ê P ê ÿþ ?CREATOR: gd-jpeg v1.0 (usi
|
Server : Apache System : Linux gains.enterpriseappscloud.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : beyondlimi ( 2438) PHP Version : 7.4.33 Disable Function : allow_url_include, show_source, symlink, system, passthru, exec, popen, pclose, proc_open, proc_terminate,proc_get_status, proc_close, proc_nice, allow_url_fopen, shell-exec, shell_exec, fpassthru, base64_encodem, escapeshellcmd, escapeshellarg, crack_check,crack_closedict, crack_getlastmessage, crack_opendict, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, dl, escap, phpinfo Directory : /home/beyondlimi/domains/beyondlimits.org.in/private_html/admin/assets/scss/layouts/ |
Upload File : |
// ----------------------------------------------
// Header Style
// ----------------------------------------------
.app-topstrip{
position: fixed;
top: 0;
z-index: 12;
}
.app-header {
position: relative;
z-index: 50;
width: 100%;
background: var(--bs-body-bg);
padding: 0 10px;
// top: 65px;
// @include media-breakpoint-down(lg){
// top: 131px;
// }
.container-fluid {
max-width: $boxed-width;
margin: 0 auto;
padding: 0 30px;
}
.navbar {
min-height: $header-height;
padding: 0;
.navbar-nav {
.nav-item {
.nav-link {
padding: $navlink-padding;
line-height: $header-height;
height: $header-height;
color: var(--bs-link-color);
display: flex;
align-items: center;
position: relative;
font-size: 20px;
z-index: 2;
i {
font-size: 20px;
}
&:hover {
color: var(--bs-primary);
}
}
}
}
}
}
.navbar-nav .dropdown-menu {
position: absolute;
min-width: 200px;
.dropdown-item {
border-radius: 8px;
}
}
.notification {
content: "";
position: absolute;
top: 22px;
right: 9px;
width: 8px;
height: 8px;
}
@include media-breakpoint-down(lg) {
.app-header {
.navbar {
flex-wrap: nowrap;
.navbar-nav {
flex-direction: row;
}
}
}
}
@include media-breakpoint-down(md) {
.navbar-nav .dropdown-menu {
position: absolute;
width: 100%;
}
.navbar-nav .nav-item.dropdown {
position: static;
}
}
@include media-breakpoint-down(lg) {
.w-xs-100 {
width: 100% !important;
}
}