2018-01-11 18:07:37 +05:30
|
|
|
@import "breakpoints.scss";
|
2020-01-08 23:18:03 -08:00
|
|
|
@import "osem-variables.scss";
|
2020-01-07 15:38:00 -08:00
|
|
|
|
2017-02-09 16:13:55 +05:30
|
|
|
.nav-osem {
|
|
|
|
|
border: none;
|
|
|
|
|
@include breakpoint(xs) {
|
|
|
|
|
.navbar-collapse {
|
|
|
|
|
background-color: white;
|
|
|
|
|
border-bottom: 2px solid #efefef;
|
|
|
|
|
}
|
|
|
|
|
.navbar-nav > li > a {
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
.navbar-collapse.in {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
max-height: none;
|
|
|
|
|
}
|
|
|
|
|
.navbar-toggle .icon-bar {
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
.navbar-nav .open .dropdown-toggle:focus {
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: #eeeeee;
|
|
|
|
|
}
|
2017-03-03 13:22:41 +05:30
|
|
|
.btn-group {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.navbar-nav .open .dropdown-menu > li > a {
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
2017-02-09 16:13:55 +05:30
|
|
|
}
|
|
|
|
|
.dropdown-menu {
|
|
|
|
|
min-width: 225px;
|
|
|
|
|
}
|
2020-01-07 15:38:00 -08:00
|
|
|
|
|
|
|
|
&.navbar-default {
|
|
|
|
|
.navbar-nav > .open > a {
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
|
color: $navbar-default-link-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-12-19 02:32:18 -08:00
|
|
|
}
|
2020-01-07 00:08:05 -08:00
|
|
|
|
|
|
|
|
.navbar-brand img {
|
|
|
|
|
margin-top: -5px;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
}
|
2020-01-08 23:18:03 -08:00
|
|
|
|
|
|
|
|
.trapezoid {
|
|
|
|
|
border-top-color: $navbar-default-bg;
|
|
|
|
|
}
|
2020-07-16 11:15:17 -07:00
|
|
|
|
|
|
|
|
.profile-thumbnail {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
max-height: 20px;
|
|
|
|
|
max-width: 20px;
|
|
|
|
|
}
|
2017-02-09 16:13:55 +05:30
|
|
|
}
|