| 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 : |
.nav {
&.nav-pills {
background: $nav-pills-background;
border-radius: $nav-pills-border-radius;
position: relative;
&.nav-pills-vertical {
border-radius: $nav-pills-vertical-radius;
.nav-link {
&.active {
border-radius: $nav-pills-vertical-link-radius;
}
}
}
.nav-link {
z-index: 3;
color: $dark;
border-radius: $nav-pills-link-border-radius;
background-color: inherit;
&.active {
animation: $nav-pills-link-active-animation;
}
&:hover:not(.active) {
color: $dark;
}
}
&.nav-pills-primary {
background: $white;
color: $white;
.nav-link{
&.active{
color: $white;
}
}
.moving-tab {
.nav-link.active {
background: $primary-gradient;
color: $primary-gradient;
}
}
}
&.nav-pills-info {
background: $white;
color: $white;
.nav-link{
&.active{
color: $white;
}
}
.moving-tab {
.nav-link.active {
background: $info-gradient;
color: $info-gradient;
}
}
}
&.nav-pills-success {
background: $white;
color: $white;
.nav-link{
&.active{
color: $white;
}
}
.moving-tab {
.nav-link.active {
background: $success-gradient;
color: $success-gradient;
}
}
}
&.nav-pills-warning {
background: $white;
color: $white;
.nav-link{
&.active{
color: $white;
}
}
.moving-tab {
.nav-link.active {
background: $warning-gradient;
color: $warning-gradient;
}
}
}
&.nav-pills-danger {
background: $white;
color: $white;
.nav-link{
&.active{
color: $white;
}
}
.moving-tab {
.nav-link.active {
background: $danger-gradient;
color: $danger-gradient;
}
}
}
.nav-item{
z-index: 3;
}
}
}
.moving-tab {
z-index: 1 !important;
.nav-link {
color: $white;
transition: .2s ease;
border-radius: $nav-pills-link-border-radius;
&.active {
color: $white;
font-weight: $font-weight-bold;
box-shadow: $nav-pills-link-box-shadow;
animation: $nav-pills-link-active-animation;
background: $white;
}
&:hover:not(.active) {
color: $dark;
}
}
}