2016-02-15 15:27:41 +01:00
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
|
position: relative;
|
2017-08-25 10:19:08 +02:00
|
|
|
padding-left: $side-menu-width;
|
2017-12-02 15:35:59 +01:00
|
|
|
// box-shadow: $navbarShadow;
|
2017-12-01 16:31:55 +03:00
|
|
|
z-index: $zindex-navbar-fixed;
|
2017-12-02 15:35:59 +01:00
|
|
|
// background: $navbarBackground;
|
2017-12-01 15:56:08 +01:00
|
|
|
height: $navbarHeight;
|
2016-02-18 12:16:47 +01:00
|
|
|
padding-right: $spacer;
|
2017-10-14 21:17:16 +02:00
|
|
|
display: flex;
|
2017-12-02 15:35:59 +01:00
|
|
|
flex-grow: 1;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
|
2017-08-17 14:00:41 +02:00
|
|
|
.sidemenu-open {
|
2017-08-17 14:59:10 +02:00
|
|
|
.navbar {
|
2017-10-25 12:37:34 +02:00
|
|
|
padding-left: 15px;
|
2017-08-17 14:00:41 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-20 15:36:52 +01:00
|
|
|
.navbar-page-btn {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: darken($link-color, 5%);
|
|
|
|
|
font-size: $font-size-lg;
|
2017-06-02 14:00:42 +02:00
|
|
|
padding: 1rem 1rem 0.75rem 1rem;
|
2017-09-21 16:40:49 +08:00
|
|
|
min-height: $navbarHeight;
|
2016-02-20 15:36:52 +01:00
|
|
|
|
|
|
|
|
.fa-caret-down {
|
|
|
|
|
font-size: 60%;
|
|
|
|
|
padding-left: 0.2rem;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
|
2017-06-08 13:56:51 +02:00
|
|
|
&--search {
|
|
|
|
|
padding: 1rem 1.5rem 0.75rem 1.5rem;
|
|
|
|
|
}
|
2017-10-25 12:37:34 +02:00
|
|
|
|
|
|
|
|
.gicon {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -1px;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
line-height: 8px;
|
|
|
|
|
opacity: 0.75;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
|
2017-06-02 14:00:42 +02:00
|
|
|
.navbar-page-btn-wrapper {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-section-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2017-08-17 18:50:46 +02:00
|
|
|
|
|
|
|
|
.navbar-mini-btn-wrapper {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
2017-12-01 15:56:08 +01:00
|
|
|
|
|
|
|
|
.navbar-buttons {
|
|
|
|
|
height: $navbarHeight;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
margin-right: $spacer;
|
|
|
|
|
}
|
|
|
|
|
|
2017-12-01 15:58:12 +01:00
|
|
|
.navbar__spacer {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2017-12-01 15:56:08 +01:00
|
|
|
.navbar-button {
|
2017-12-05 12:48:16 +01:00
|
|
|
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);
|
2017-12-01 15:56:08 +01:00
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-weight: $btn-font-weight;
|
2017-12-02 15:35:59 +01:00
|
|
|
padding: 8px 11px;
|
2017-12-01 15:56:08 +01:00
|
|
|
line-height: 16px;
|
|
|
|
|
color: $text-muted;
|
2017-12-05 12:48:16 +01:00
|
|
|
border: 1px solid $navbar-button-border;
|
|
|
|
|
margin-right: 3px;
|
2017-12-01 20:11:55 +01:00
|
|
|
white-space: nowrap;
|
2017-12-01 15:56:08 +01:00
|
|
|
|
|
|
|
|
.gicon {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--add-panel {
|
2017-12-02 15:35:59 +01:00
|
|
|
padding: 5px 10px;
|
2017-12-01 15:58:12 +01:00
|
|
|
|
2017-12-01 15:56:08 +01:00
|
|
|
.gicon {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--tight {
|
2017-12-02 15:35:59 +01:00
|
|
|
padding: 9px 4px;
|
2017-12-01 15:58:12 +01:00
|
|
|
|
2017-12-01 15:56:08 +01:00
|
|
|
.fa {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 2px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|