2014-08-18 18:25:33 +04:00
|
|
|
.navbar {
|
2014-12-13 14:26:25 +03:00
|
|
|
background-color: @primary;
|
2015-03-24 06:25:48 +03:00
|
|
|
border: @zero;
|
|
|
|
border-radius: @zero;
|
2014-12-13 14:26:25 +03:00
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
position: relative;
|
|
|
|
height: 60px;
|
|
|
|
line-height: 30px;
|
|
|
|
color: inherit;
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-text {
|
|
|
|
color: inherit;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
> li > a {
|
|
|
|
color: inherit;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
> .active > a {
|
|
|
|
&,
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
2014-12-13 14:32:27 +03:00
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
> .disabled > a {
|
|
|
|
&,
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
2014-12-13 14:32:27 +03:00
|
|
|
opacity: 0.9;
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
// Darken the responsive nav toggle
|
|
|
|
.navbar-toggle {
|
2015-03-24 06:25:48 +03:00
|
|
|
border: @zero;
|
2014-12-13 14:26:25 +03:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.icon-bar {
|
|
|
|
background-color: inherit;
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-toggle,
|
|
|
|
.navbar-inverse .navbar-toggle {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-collapse,
|
|
|
|
.navbar-form {
|
|
|
|
border-color: rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dropdowns
|
|
|
|
.navbar-nav {
|
|
|
|
> .open > a {
|
|
|
|
&,
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
background-color: transparent;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
@media (max-width: 767px) {
|
2015-02-27 14:20:26 +03:00
|
|
|
.navbar-text {
|
|
|
|
color: inherit;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
// Dropdowns get custom display
|
|
|
|
.open .dropdown-menu {
|
|
|
|
> .dropdown-header {
|
2015-03-24 06:25:48 +03:00
|
|
|
border: @zero;
|
2014-12-13 14:26:25 +03:00
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
.divider {
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
opacity: 0.08;
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
> li > a {
|
2014-12-13 14:26:25 +03:00
|
|
|
color: inherit;
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
|
|
|
> .active > a {
|
2014-12-13 14:26:25 +03:00
|
|
|
&,
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
|
|
|
> .disabled > a {
|
2014-12-13 14:26:25 +03:00
|
|
|
&,
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
.navbar-link {
|
|
|
|
color: inherit;
|
|
|
|
&:hover {
|
|
|
|
color: inherit;
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
.btn-link {
|
|
|
|
color: inherit;
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
2014-10-02 13:36:05 +04:00
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
&[disabled],
|
|
|
|
fieldset[disabled] & {
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
.navbar-form {
|
|
|
|
margin-top: 16px;
|
2015-11-06 19:30:05 +03:00
|
|
|
.form-group {
|
2015-11-19 00:51:06 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
2015-11-07 01:46:05 +03:00
|
|
|
.material-input:before,
|
2015-11-19 00:51:06 +03:00
|
|
|
&.is-focused .material-input:after {
|
2014-12-13 14:26:25 +03:00
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
}
|
2015-11-19 00:51:06 +03:00
|
|
|
|
|
|
|
.form-group .form-control,
|
|
|
|
.form-control {
|
|
|
|
border-color: inherit;
|
|
|
|
color: inherit;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
// re-normalize inputs in a navbar the size of standard bootstrap since our normal inputs are larger by spec than bootstrap
|
|
|
|
//---
|
|
|
|
//height: @input-height-base;
|
|
|
|
@bs-line-height-base: 1.428571429;
|
|
|
|
@bs-line-height-computed: floor((@font-size-base * @bs-line-height-base)); // ~20px
|
|
|
|
height: (@bs-line-height-computed + 8px);
|
|
|
|
font-size: @font-size-base;
|
|
|
|
line-height: @bs-line-height-base;
|
|
|
|
//---
|
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
2014-12-26 20:42:06 +03:00
|
|
|
|
2015-11-05 02:50:22 +03:00
|
|
|
// SASS conversion note: please mirror any content change in _mixins-shared.scss navbar-variations-content
|
2014-12-26 20:42:06 +03:00
|
|
|
.generic-variations(~".navbar", @primary, {
|
|
|
|
background-color: @material-color;
|
2015-06-27 13:18:26 +03:00
|
|
|
color: @material-text-color;
|
2014-12-26 20:42:06 +03:00
|
|
|
// deeply defined to override welljumbo class without !impotant need
|
2015-11-06 19:30:05 +03:00
|
|
|
.navbar-form .form-group input.form-control::placeholder, .navbar-form input.form-control::placeholder {
|
2015-06-27 13:23:55 +03:00
|
|
|
color: @material-text-color;
|
2015-06-27 13:18:26 +03:00
|
|
|
}
|
2015-06-27 13:23:55 +03:00
|
|
|
.dropdown-menu {
|
|
|
|
border-radius: @dropdown-radius;
|
|
|
|
li > a {
|
|
|
|
font-size: @dropdown-font-size;
|
|
|
|
padding: 13px 16px;
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: @material-color;
|
|
|
|
background-color: @grey-200;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.active > a {
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: @material-text-color;
|
|
|
|
}
|
|
|
|
background-color: @material-color;
|
2015-06-27 13:18:26 +03:00
|
|
|
color: @material-text-color;
|
2015-02-27 14:09:22 +03:00
|
|
|
}
|
|
|
|
}
|
2014-12-26 20:42:06 +03:00
|
|
|
});
|
2014-09-18 11:38:53 +04:00
|
|
|
|
2014-12-26 20:42:06 +03:00
|
|
|
&-inverse {
|
|
|
|
background-color: @indigo;
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
2014-10-03 11:46:24 +04:00
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
@media (max-width: 1199px) {
|
2014-10-03 11:46:24 +04:00
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
.navbar-brand {
|
|
|
|
height: 50px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
.navbar-form {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2014-10-03 11:46:24 +04:00
|
|
|
|
2014-12-13 14:26:25 +03:00
|
|
|
.navbar-nav > li > a {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2014-10-03 11:46:24 +04:00
|
|
|
}
|
2014-12-13 14:26:25 +03:00
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|