2014-10-03 15:58:24 +04:00
|
|
|
.navbar {
|
2015-11-25 01:34:17 +03:00
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
2015-11-02 23:39:13 +03:00
|
|
|
|
2015-12-03 23:15:52 +03:00
|
|
|
//.navbar-brand {
|
|
|
|
// position: relative;
|
|
|
|
// height: 60px;
|
|
|
|
// line-height: 30px;
|
|
|
|
// color: inherit;
|
|
|
|
// &:hover,
|
|
|
|
// &:focus {
|
|
|
|
// color: inherit;
|
|
|
|
// background-color: transparent;
|
|
|
|
// }
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//.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;
|
|
|
|
// background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// > .disabled > a {
|
|
|
|
// &,
|
|
|
|
// &:hover,
|
|
|
|
// &:focus {
|
|
|
|
// color: inherit;
|
|
|
|
// background-color: transparent;
|
|
|
|
// opacity: 0.9;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//// Darken the responsive nav toggle
|
|
|
|
//.navbar-toggle {
|
|
|
|
// border: 0;
|
|
|
|
// &: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;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// @include media-breakpoint-down(md) {
|
|
|
|
// //@media (max-width: $grid-float-breakpoint-max) { //768px
|
|
|
|
// .navbar-text {
|
|
|
|
// color: inherit;
|
|
|
|
// margin-top: 15px;
|
|
|
|
// margin-bottom: 15px;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// // Dropdowns get custom display
|
|
|
|
// .open .dropdown-menu {
|
|
|
|
// > .dropdown-header {
|
|
|
|
// border: 0;
|
|
|
|
// color: inherit;
|
|
|
|
// }
|
|
|
|
// .divider {
|
|
|
|
// border-bottom: 1px solid;
|
|
|
|
// opacity: 0.08;
|
|
|
|
// }
|
|
|
|
// > li > a {
|
|
|
|
// color: inherit;
|
|
|
|
// &:hover,
|
|
|
|
// &:focus {
|
|
|
|
// color: inherit;
|
|
|
|
// background-color: transparent;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// > .active > a {
|
|
|
|
// &,
|
|
|
|
// &:hover,
|
|
|
|
// &:focus {
|
|
|
|
// color: inherit;
|
|
|
|
// background-color: transparent;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// > .disabled > a {
|
|
|
|
// &,
|
|
|
|
// &:hover,
|
|
|
|
// &:focus {
|
|
|
|
// color: inherit;
|
|
|
|
// background-color: transparent;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//.navbar-link {
|
|
|
|
// color: inherit;
|
|
|
|
// &:hover {
|
|
|
|
// color: inherit;
|
|
|
|
// }
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//.btn-link {
|
|
|
|
// color: inherit;
|
|
|
|
// &:hover,
|
|
|
|
// &:focus {
|
|
|
|
// color: inherit;
|
|
|
|
// }
|
|
|
|
// &[disabled],
|
|
|
|
// fieldset[disabled] & {
|
|
|
|
// &:hover,
|
|
|
|
// &:focus {
|
|
|
|
// color: inherit;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//.navbar-form {
|
|
|
|
// margin-top: 16px;
|
2015-12-07 20:40:42 +03:00
|
|
|
// .mdb-form-group {
|
2015-12-03 23:15:52 +03:00
|
|
|
// margin: 0;
|
|
|
|
// padding: 0;
|
|
|
|
//
|
2015-12-06 02:45:38 +03:00
|
|
|
// .text-input-decorator:before,
|
|
|
|
// &.is-focused .text-input-decorator:after {
|
2015-12-03 23:15:52 +03:00
|
|
|
// background-color: inherit;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//
|
2015-12-07 20:40:42 +03:00
|
|
|
// .mdb-form-group .form-control,
|
2015-12-03 23:15:52 +03:00
|
|
|
// .form-control {
|
|
|
|
// border-color: inherit;
|
|
|
|
// color: inherit;
|
|
|
|
// padding: 0;
|
|
|
|
// margin: 0;
|
|
|
|
// }
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//// SASS conversion note: please mirror any content change in _mixins-shared.scss navbar-variations-content
|
|
|
|
//@include navbar-variations(unquote(".navbar"), unquote(""), $brand-primary);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//&-inverse {
|
|
|
|
// background-color: $indigo;
|
|
|
|
//}
|
|
|
|
//
|
|
|
|
//@include media-breakpoint-down(lg) {
|
|
|
|
// //@media (max-width: $screen-md-max) { // 1200-1
|
|
|
|
//
|
|
|
|
// .navbar-brand {
|
|
|
|
// height: 50px;
|
|
|
|
// padding: 10px 15px;
|
|
|
|
// }
|
|
|
|
// .navbar-form {
|
|
|
|
// margin-top: 10px;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .navbar-nav > li > a {
|
|
|
|
// padding-top: 15px;
|
|
|
|
// padding-bottom: 15px;
|
|
|
|
// }
|
|
|
|
//}
|
2014-10-03 15:58:24 +04:00
|
|
|
}
|