2017-07-31 20:04:01 -07:00
|
|
|
.navbar {
|
|
|
|
background-color: @brand-primary;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li > a {
|
|
|
|
color: @body-bg;
|
|
|
|
&:hover {
|
|
|
|
color: @brand-primary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar > .container {
|
|
|
|
padding-right: 0px;
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
// container default padding size
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-height {
|
|
|
|
border: none;
|
|
|
|
height: @navbar-height;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@navbar-logo-height: 25px;
|
|
|
|
@navbar-logo-padding: (@navbar-height - @navbar-logo-height) / 2;
|
|
|
|
.navbar-brand {
|
|
|
|
padding-top: @navbar-logo-padding;
|
|
|
|
padding-bottom: @navbar-logo-padding;
|
2018-01-10 12:52:49 -06:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2017-07-31 20:04:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-logo {
|
|
|
|
height: @navbar-logo-height;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-right {
|
|
|
|
background-color: @brand-primary;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
@media (min-width: @screen-md-min) {
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
@media (min-width: @screen-md-max) and (max-width: 991px) {
|
|
|
|
left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
white-space: nowrap;
|
|
|
|
border: none;
|
|
|
|
line-height: 1;
|
|
|
|
@media (min-width: 767px) {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// li is used here to get more specific
|
|
|
|
// and win against navbar.less#273
|
|
|
|
li.nav-avatar {
|
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
@media (min-width: @screen-sm-min) {
|
|
|
|
height: @navbar-height;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
> a {
|
|
|
|
margin: 0;
|
2017-12-15 13:53:32 -08:00
|
|
|
padding: 7.5px @navbar-padding-horizontal 7.5px @navbar-padding-horizontal;
|
2017-07-31 20:04:01 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.navbar-nav a {
|
|
|
|
color: @body-bg;
|
|
|
|
margin-top: -5px;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggle {
|
|
|
|
color: @body-bg;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: #4a2b0f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-collapse {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
2017-12-15 18:03:57 -06:00
|
|
|
.divider-vertical {
|
|
|
|
height: 24px;
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
border-left: 0.25px solid #ffffff;
|
|
|
|
border-right: 0.25px solid #ffffff;
|
|
|
|
}
|
|
|
|
|
2017-07-31 20:04:01 -07:00
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
.navbar-header {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggle {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-collapse.collapse {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li > a {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-text {
|
|
|
|
float: none;
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* since 3.1.0 */
|
|
|
|
.navbar-collapse.collapse.in {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsing {
|
|
|
|
overflow: hidden !important;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.night {
|
2018-01-03 22:39:19 -08:00
|
|
|
.nav-component-wrapper {
|
|
|
|
::-webkit-input-placeholder {
|
|
|
|
color: @night-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-placeholder {
|
|
|
|
color: @night-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-ms-placeholder {
|
|
|
|
color: @night-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
::placeholder {
|
|
|
|
color: @night-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fcc_input {
|
|
|
|
background-color: @night-search-color;
|
|
|
|
color: @night-text-color;
|
|
|
|
}
|
|
|
|
}
|
2017-07-31 20:04:01 -07:00
|
|
|
.navbar-default {
|
|
|
|
.navbar-nav {
|
|
|
|
& > li > a {
|
|
|
|
color: #CCC;
|
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
background-color: @gray;
|
|
|
|
a {
|
|
|
|
color: @night-text-color !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a:focus,
|
|
|
|
a:hover,
|
|
|
|
.open #nav-Community-dropdown {
|
|
|
|
background-color: #666 !important;
|
|
|
|
color: @link-hover-color !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.navbar-toggle {
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
background-color: #666;
|
|
|
|
color: @link-hover-color;
|
|
|
|
border-color: #666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-10-26 07:17:15 +08:00
|
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 860px) {
|
|
|
|
.navbar {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-right {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li > a {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2017-12-18 16:48:21 +00:00
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.nav-component {
|
2017-12-18 16:48:21 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
&.header{
|
2017-12-18 16:48:21 +00:00
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.navbar-brand {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
2017-12-20 16:48:17 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
&.bins {
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
display: flex;
|
|
|
|
}
|
2017-12-20 16:48:17 +00:00
|
|
|
}
|
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
|
|
|
|
&.nav-links {
|
2018-04-09 15:09:20 +05:30
|
|
|
justify-content: flex-end;
|
2017-12-20 16:48:17 +00:00
|
|
|
}
|
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.fcc_searchBar {
|
|
|
|
width: auto;
|
2017-12-18 16:48:21 +00:00
|
|
|
flex-grow: 1;
|
2018-03-13 20:10:06 +00:00
|
|
|
::-webkit-input-placeholder {
|
|
|
|
color: @input-color-placeholder;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-placeholder {
|
|
|
|
color: @input-color-placeholder;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-ms-placeholder {
|
|
|
|
color: @input-color-placeholder;
|
|
|
|
}
|
|
|
|
|
|
|
|
::placeholder {
|
|
|
|
color: @input-color-placeholder;
|
|
|
|
}
|
2018-03-23 23:41:07 +00:00
|
|
|
|
|
|
|
.ais-Hits {
|
|
|
|
background-color: white;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
2018-03-13 20:10:06 +00:00
|
|
|
}
|
|
|
|
.navbar-header {
|
2017-12-18 16:48:21 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-03-13 20:10:06 +00:00
|
|
|
width: 100%;
|
2017-12-18 16:48:21 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.medium-nav {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.bins {
|
|
|
|
justify-content: flex-end;
|
2017-12-18 16:48:21 +00:00
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
}
|
2017-12-18 16:48:21 +00:00
|
|
|
}
|
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.small-nav {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.bins {
|
|
|
|
justify-content: flex-end;
|
2017-12-18 16:48:21 +00:00
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.btn {
|
|
|
|
padding: 6px 4px;
|
|
|
|
}
|
2017-12-18 16:48:21 +00:00
|
|
|
}
|
2018-03-13 20:10:06 +00:00
|
|
|
}
|
2017-12-18 16:48:21 +00:00
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.bins {
|
2017-12-18 16:48:21 +00:00
|
|
|
|
2018-04-09 15:09:20 +05:30
|
|
|
.disabled-button {
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
|
|
|
.enabled-button {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2018-03-13 20:10:06 +00:00
|
|
|
.btn {
|
|
|
|
border-color: @brand-primary;
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: @brand-primary;
|
|
|
|
}
|
2017-12-18 16:48:21 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-12-24 01:43:56 -04:00
|
|
|
}
|
2018-03-13 21:03:47 +00:00
|
|
|
|
|
|
|
.collapse-row {
|
|
|
|
background-color: @brand-primary;
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
|
|
|
|
li a {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
color: @brand-primary !important;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: @brand-primary !important;
|
|
|
|
color: #eeeeee !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|