2015-11-05 01:54:57 +03:00
|
|
|
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
|
|
|
|
|
2014-10-03 15:58:24 +04:00
|
|
|
.nav-tabs {
|
2015-11-02 23:39:13 +03:00
|
|
|
background: $primary;
|
2014-10-03 15:58:24 +04:00
|
|
|
> li {
|
|
|
|
> a {
|
|
|
|
color: #FFFFFF;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
&:hover {
|
2015-11-02 23:39:13 +03:00
|
|
|
background-color: transparent;
|
2014-10-03 15:58:24 +04:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|
2015-11-02 23:39:13 +03:00
|
|
|
& > a, & > a:hover, & > a:focus {
|
|
|
|
background-color: transparent !important;
|
2014-10-03 15:58:24 +04:00
|
|
|
border: 0 !important;
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
&.disabled > a, &.disabled > a:hover {
|
|
|
|
color: rgba(255,255,255,0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|