| Server IP : 101.53.144.229 / Your IP : 216.73.216.104 Web Server : Apache System : Linux host.gdigitalindia.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : digitalshiksha ( 1179) PHP Version : 5.6.40 Disable Function : eval,show_source,system,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,show_source,curl_multi_exechellcmd, ini_restore,apache_get_modules,get_cfg_var,passthru, exec ,proc_get_status,fpassthru,c999_buff_prepare,c999_sess_put,c99_buff_prepare,c99_sess_put,proc_close,ini_alter,dl,symlink,link,proc_close,ini_alter,dl,symlink,link,mail MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/digitalshiksha/public_html/assets/admin/scss/material-dashboard/ |
Upload File : |
.dropup {
.dropdown-menu {
box-shadow: $dropdown-box-shadow;
transition: $dropdown-transition;
cursor: pointer;
top: auto !important;
bottom: 100% !important;
margin-bottom: $dropup-mb !important;
display: block;
opacity: 0;
transform-origin: $dropup-transform-origin;
pointer-events: none;
transform: $dropup-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform,box-shadow;
&.show{
pointer-events: auto;
transform: $dropup-transform-show;
opacity: 1;
&:after {
bottom: -($dropup-animation-arrow-bottom-position - 2);
}
}
&:after {
font-family: "FontAwesome";
content: "\f0d7";
position: absolute;
z-index: -1;
bottom: $dropup-animation-arrow-bottom-position;
left: $dropdown-animation-arrow-left-position;
right: auto;
font-size: $dropdown-animation-arrow-font-size;
color: $white;
transition: $dropup-animation-arrow-transition;
}
}
}