2017-10-06 19:44:54 -04:00
|
|
|
.navbar-gitlab {
|
2018-03-17 14:01:18 -04:00
|
|
|
padding: 0 16px;
|
2020-03-31 11:07:53 -04:00
|
|
|
z-index: $header-zindex;
|
2018-03-17 14:01:18 -04:00
|
|
|
margin-bottom: 0;
|
|
|
|
min-height: $header-height;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
.logo-text {
|
|
|
|
line-height: initial;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 55px;
|
|
|
|
height: 14px;
|
|
|
|
margin: 0;
|
2020-03-30 20:08:09 -04:00
|
|
|
fill: $white;
|
2014-01-22 21:07:01 -05:00
|
|
|
}
|
2017-02-13 17:16:03 -05:00
|
|
|
}
|
2016-05-09 19:53:25 -04:00
|
|
|
|
2017-10-02 10:57:15 -04:00
|
|
|
.close-icon {
|
2017-09-29 17:03:50 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-expanded {
|
2017-10-02 10:57:15 -04:00
|
|
|
.more-icon {
|
2017-07-17 01:05:22 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-10-02 10:57:15 -04:00
|
|
|
.close-icon {
|
2017-09-29 17:03:50 -04:00
|
|
|
display: block;
|
2018-12-13 08:28:10 -05:00
|
|
|
margin: auto;
|
2017-07-17 01:05:22 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-06-01 09:45:36 -04:00
|
|
|
.header-content {
|
2018-04-16 17:15:05 -04:00
|
|
|
width: 100%;
|
2017-03-18 08:01:00 -04:00
|
|
|
display: flex;
|
2017-10-06 18:37:26 -04:00
|
|
|
justify-content: space-between;
|
2016-03-22 07:33:38 -04:00
|
|
|
position: relative;
|
2017-03-18 08:01:00 -04:00
|
|
|
min-height: $header-height;
|
2017-09-29 17:03:50 -04:00
|
|
|
padding-left: 0;
|
2016-05-09 19:53:25 -04:00
|
|
|
|
2017-03-18 08:01:00 -04:00
|
|
|
.title-container {
|
|
|
|
display: flex;
|
2017-09-29 17:03:50 -04:00
|
|
|
align-items: stretch;
|
2017-03-18 08:01:00 -04:00
|
|
|
flex: 1 1 auto;
|
2017-09-29 17:03:50 -04:00
|
|
|
padding-top: 0;
|
|
|
|
overflow: visible;
|
2017-03-18 08:01:00 -04:00
|
|
|
}
|
|
|
|
|
2015-06-01 09:45:36 -04:00
|
|
|
.title {
|
2017-09-29 17:03:50 -04:00
|
|
|
padding-right: 0;
|
|
|
|
color: currentColor;
|
|
|
|
display: flex;
|
2016-08-31 22:16:04 -04:00
|
|
|
position: relative;
|
2015-06-01 09:45:36 -04:00
|
|
|
margin: 0;
|
2016-12-02 14:43:33 -05:00
|
|
|
font-size: 18px;
|
2015-06-15 21:12:45 -04:00
|
|
|
vertical-align: top;
|
|
|
|
white-space: nowrap;
|
2015-06-01 09:45:36 -04:00
|
|
|
|
2017-09-29 17:03:50 -04:00
|
|
|
img {
|
|
|
|
height: 28px;
|
2018-01-11 05:42:58 -05:00
|
|
|
|
|
|
|
+ .logo-text {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2017-09-29 17:03:50 -04:00
|
|
|
}
|
|
|
|
|
2017-03-18 08:01:00 -04:00
|
|
|
&.wrap {
|
|
|
|
white-space: normal;
|
2017-02-28 10:45:47 -05:00
|
|
|
}
|
|
|
|
|
2017-03-18 08:01:00 -04:00
|
|
|
&.initializing {
|
|
|
|
opacity: 0;
|
2017-02-28 10:45:47 -05:00
|
|
|
}
|
|
|
|
|
2015-06-01 09:45:36 -04:00
|
|
|
a {
|
2017-09-29 17:03:50 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 2px 8px;
|
|
|
|
margin: 5px 2px 5px -8px;
|
|
|
|
border-radius: $border-radius-default;
|
2016-02-05 13:56:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-item-select {
|
|
|
|
right: auto;
|
|
|
|
left: 0;
|
2016-01-14 14:16:50 -05:00
|
|
|
}
|
2015-06-01 09:45:36 -04:00
|
|
|
}
|
2015-06-15 21:12:45 -04:00
|
|
|
|
2017-10-06 18:37:26 -04:00
|
|
|
.dropdown.open {
|
|
|
|
> a {
|
2020-03-30 20:08:09 -04:00
|
|
|
border-bottom-color: $white;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-27 12:04:11 -05:00
|
|
|
.navbar-collapse > ul.nav > li:not(.d-none) {
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
2017-10-06 18:37:26 -04:00
|
|
|
&.menu-expanded {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-06 18:37:26 -04:00
|
|
|
.title-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-collapse {
|
2018-11-27 12:04:11 -05:00
|
|
|
display: flex;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-collapse {
|
|
|
|
flex: 0 0 auto;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-top: 0;
|
2017-10-06 18:37:26 -04:00
|
|
|
padding: 0;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-06 18:37:26 -04:00
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
2018-06-07 11:50:17 -04:00
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
> li:not(.d-none) a {
|
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-06 18:37:26 -04:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid {
|
2018-03-17 14:01:18 -04:00
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.user-counter {
|
|
|
|
svg {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-10 14:10:52 -04:00
|
|
|
.navbar-toggler {
|
2018-06-07 11:50:17 -04:00
|
|
|
position: relative;
|
2018-03-17 14:01:18 -04:00
|
|
|
right: -10px;
|
|
|
|
border-radius: 0;
|
|
|
|
min-width: 45px;
|
|
|
|
padding: 0;
|
2018-06-07 11:50:17 -04:00
|
|
|
margin: $gl-padding-8 -7px $gl-padding-8 0;
|
2018-03-17 14:01:18 -04:00
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
color: currentColor;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&.active {
|
|
|
|
color: currentColor;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-06 18:37:26 -04:00
|
|
|
.navbar-nav {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-06 18:37:26 -04:00
|
|
|
display: flex;
|
|
|
|
padding-right: 10px;
|
2018-06-07 11:50:17 -04:00
|
|
|
flex-direction: row;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
2018-04-09 11:26:28 -04:00
|
|
|
.badge.badge-pill {
|
2017-10-06 18:37:26 -04:00
|
|
|
box-shadow: none;
|
|
|
|
font-weight: $gl-font-weight-bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav > li {
|
|
|
|
&.header-user {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-06 18:37:26 -04:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> a {
|
|
|
|
will-change: color;
|
2018-11-27 12:04:11 -05:00
|
|
|
margin: 4px 0;
|
2017-10-06 18:37:26 -04:00
|
|
|
padding: 6px 8px;
|
|
|
|
height: 32px;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-06 18:37:26 -04:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.header-user-dropdown-toggle {
|
|
|
|
margin-left: 2px;
|
|
|
|
|
|
|
|
.header-user-avatar {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
outline: 0;
|
|
|
|
opacity: 1;
|
2020-03-30 20:08:09 -04:00
|
|
|
color: $white;
|
2017-10-06 18:37:26 -04:00
|
|
|
|
2017-10-29 11:24:11 -04:00
|
|
|
&.header-user-dropdown-toggle .header-user-avatar {
|
2020-03-30 20:08:09 -04:00
|
|
|
border-color: $white;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-new-dropdown-toggle {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.impersonated-user,
|
|
|
|
.impersonated-user:hover {
|
|
|
|
margin-right: 1px;
|
2020-03-30 20:08:09 -04:00
|
|
|
background-color: $white;
|
2017-10-06 18:37:26 -04:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.impersonation-btn,
|
|
|
|
.impersonation-btn:hover {
|
2020-03-30 20:08:09 -04:00
|
|
|
background-color: $white;
|
2017-10-06 18:37:26 -04:00
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
2020-08-26 14:11:43 -04:00
|
|
|
svg {
|
2017-10-06 18:37:26 -04:00
|
|
|
color: $orange-500;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-sub-nav,
|
|
|
|
.navbar-nav {
|
|
|
|
> li {
|
2018-07-06 09:40:11 -04:00
|
|
|
> a,
|
|
|
|
> button {
|
2017-10-06 18:37:26 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 6px 8px;
|
|
|
|
margin: 4px 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: currentColor;
|
|
|
|
border-radius: $border-radius-default;
|
|
|
|
height: 32px;
|
|
|
|
font-weight: $gl-font-weight-bold;
|
2018-07-06 09:40:11 -04:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
outline: 0;
|
2020-03-30 20:08:09 -04:00
|
|
|
color: $white;
|
2018-07-06 09:40:11 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> button {
|
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
2015-06-15 21:12:45 -04:00
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
|
|
|
|
&.line-separator {
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
}
|
2018-06-07 11:50:17 -04:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-sub-nav {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 0 0 6px;
|
|
|
|
|
|
|
|
.dropdown-chevron {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
font-size: 10px;
|
2015-06-01 09:45:36 -04:00
|
|
|
}
|
|
|
|
|
2018-07-06 09:40:11 -04:00
|
|
|
.frequent-items-item-select-holder {
|
2016-04-18 03:48:41 -04:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2015-10-28 11:39:23 -04:00
|
|
|
.impersonation i {
|
2017-03-23 12:04:25 -04:00
|
|
|
color: $red-500;
|
2015-10-28 11:39:23 -04:00
|
|
|
}
|
2012-06-12 07:58:44 -04:00
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
|
2019-03-20 07:09:40 -04:00
|
|
|
.caret-down,
|
|
|
|
.btn .caret-down {
|
|
|
|
top: 0;
|
2017-10-06 18:37:26 -04:00
|
|
|
height: 11px;
|
|
|
|
width: 11px;
|
|
|
|
margin-left: 4px;
|
|
|
|
fill: currentColor;
|
|
|
|
}
|
|
|
|
|
2018-05-17 16:50:13 -04:00
|
|
|
.header-user .dropdown-menu,
|
|
|
|
.header-new .dropdown-menu {
|
2017-11-05 18:13:11 -05:00
|
|
|
margin-top: $dropdown-vertical-offset;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs {
|
|
|
|
display: flex;
|
2018-03-19 05:47:50 -04:00
|
|
|
min-height: $breadcrumb-min-height;
|
2017-10-06 18:37:26 -04:00
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs-container {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
padding-top: $gl-padding / 2;
|
|
|
|
padding-bottom: $gl-padding / 2;
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs-links {
|
|
|
|
flex: 1;
|
|
|
|
min-width: 0;
|
|
|
|
align-self: center;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
|
|
|
|
.avatar-tile {
|
|
|
|
margin-right: 4px;
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
border-radius: 50%;
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-expander {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 2px;
|
|
|
|
|
|
|
|
> i {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
}
|
2018-12-07 02:00:55 -05:00
|
|
|
|
|
|
|
.dropdown-menu li a .identicon {
|
|
|
|
width: 17px;
|
|
|
|
height: 17px;
|
|
|
|
font-size: $gl-font-size-xs;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-indent: 0;
|
|
|
|
line-height: $gl-font-size-xs + 2px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs-list {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 0;
|
|
|
|
line-height: 16px;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-11-08 21:20:49 -05:00
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2017-10-06 18:37:26 -04:00
|
|
|
> li {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
padding: 2px 0;
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
2017-11-08 21:20:49 -05:00
|
|
|
padding-right: 20px;
|
|
|
|
|
|
|
|
&:not(.dropdown) {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
> a {
|
|
|
|
font-size: 12px;
|
|
|
|
color: currentColor;
|
2017-11-08 21:20:49 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
flex: 0 1 auto;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb-item-text {
|
|
|
|
text-decoration: inherit;
|
2017-10-30 18:38:37 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-30 18:38:37 -04:00
|
|
|
@include str-truncated(128px);
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs-list-angle {
|
|
|
|
position: absolute;
|
2017-11-08 21:20:49 -05:00
|
|
|
right: 7px;
|
2017-10-06 18:37:26 -04:00
|
|
|
top: 50%;
|
|
|
|
color: $gl-text-color-tertiary;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs-extra {
|
|
|
|
display: flex;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs-sub-title {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 16px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-sign-in {
|
2018-06-07 03:37:02 -04:00
|
|
|
background-color: $indigo-100;
|
|
|
|
color: $indigo-900;
|
2017-10-06 18:37:26 -04:00
|
|
|
font-weight: $gl-font-weight-bold;
|
2018-06-08 11:12:48 -04:00
|
|
|
line-height: 18px;
|
2018-11-27 12:04:11 -05:00
|
|
|
margin: 4px 0 4px 2px;
|
2017-10-06 18:37:26 -04:00
|
|
|
|
|
|
|
&:hover {
|
2020-03-30 20:08:09 -04:00
|
|
|
background-color: $white;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-04-18 14:04:01 -04:00
|
|
|
.title-container,
|
2017-10-06 18:37:26 -04:00
|
|
|
.navbar-nav {
|
2019-04-18 14:04:01 -04:00
|
|
|
.badge.badge-pill {
|
|
|
|
position: inherit;
|
|
|
|
font-weight: $gl-font-weight-normal;
|
|
|
|
margin-left: -6px;
|
|
|
|
font-size: 11px;
|
2020-03-30 20:08:09 -04:00
|
|
|
color: $white;
|
2019-04-18 14:04:01 -04:00
|
|
|
padding: 0 5px;
|
|
|
|
line-height: 12px;
|
|
|
|
border-radius: 7px;
|
|
|
|
box-shadow: 0 1px 0 rgba($gl-header-color, 0.2);
|
|
|
|
|
|
|
|
&.green-badge {
|
|
|
|
background-color: $green-500;
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
|
2019-04-18 14:04:01 -04:00
|
|
|
&.merge-requests-count {
|
|
|
|
background-color: $orange-600;
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
|
2019-04-18 14:04:01 -04:00
|
|
|
&.todos-count {
|
|
|
|
background-color: $blue-500;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
2019-05-07 01:04:17 -04:00
|
|
|
|
|
|
|
.canary-badge {
|
|
|
|
.badge {
|
2019-05-07 11:47:09 -04:00
|
|
|
font-size: $gl-font-size-small;
|
|
|
|
line-height: $gl-line-height;
|
|
|
|
padding: 0 $grid-size;
|
2019-05-07 01:04:17 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-05-07 11:47:09 -04:00
|
|
|
}
|
2019-05-07 01:04:17 -04:00
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-10-06 19:44:54 -04:00
|
|
|
.navbar-gitlab .container-fluid {
|
2017-10-06 18:37:26 -04:00
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-collapse {
|
|
|
|
margin-left: -8px;
|
|
|
|
margin-right: -10px;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
.nav > li:not(.d-none) {
|
2018-11-27 12:04:11 -05:00
|
|
|
flex: 1;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-user-dropdown-toggle {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-user-avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-user {
|
2018-10-04 04:19:51 -04:00
|
|
|
&.show .dropdown-menu {
|
2017-10-06 18:37:26 -04:00
|
|
|
margin-top: 4px;
|
|
|
|
color: $gl-text-color;
|
|
|
|
left: auto;
|
2019-09-26 11:06:18 -04:00
|
|
|
max-height: $dropdown-max-height-lg;
|
2017-10-06 18:37:26 -04:00
|
|
|
|
2017-10-07 10:52:28 -04:00
|
|
|
li.current-user {
|
2018-12-10 09:29:16 -05:00
|
|
|
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
|
2017-10-06 18:37:26 -04:00
|
|
|
|
|
|
|
.user-name {
|
|
|
|
display: block;
|
|
|
|
}
|
2018-10-04 04:19:51 -04:00
|
|
|
|
2018-10-19 08:28:52 -04:00
|
|
|
.user-status {
|
2018-10-04 04:19:51 -04:00
|
|
|
margin-right: 0;
|
2018-10-18 09:27:04 -04:00
|
|
|
max-width: 240px;
|
2018-10-19 08:28:52 -04:00
|
|
|
font-size: $gl-font-size-small;
|
2018-10-04 04:19:51 -04:00
|
|
|
|
|
|
|
gl-emoji {
|
2018-10-19 08:28:52 -04:00
|
|
|
font-size: $gl-font-size-small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-status-emoji {
|
|
|
|
gl-emoji {
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
}
|
2018-10-04 04:19:51 -04:00
|
|
|
}
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
2018-06-25 09:46:52 -04:00
|
|
|
|
|
|
|
svg {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
2019-11-22 16:06:19 -05:00
|
|
|
|
2020-05-15 08:08:28 -04:00
|
|
|
a.upgrade-plan-link gl-emoji,
|
2020-03-26 02:08:40 -04:00
|
|
|
a.ci-minutes-emoji gl-emoji,
|
2019-11-22 16:06:19 -05:00
|
|
|
a.trial-link gl-emoji {
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-user-avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-radius: 50%;
|
2018-08-21 13:52:31 -04:00
|
|
|
border: 1px solid $gray-normal;
|
2017-10-06 18:37:26 -04:00
|
|
|
}
|
|
|
|
|
2020-03-24 08:09:42 -04:00
|
|
|
.header-user-notification-dot {
|
2020-06-17 23:08:26 -04:00
|
|
|
background-color: $orange-300;
|
2020-06-17 11:08:36 -04:00
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
2020-03-24 08:09:42 -04:00
|
|
|
right: 8px;
|
|
|
|
top: -8px;
|
|
|
|
}
|
|
|
|
|
2017-10-06 19:44:54 -04:00
|
|
|
.with-performance-bar .navbar-gitlab {
|
2017-10-06 18:37:26 -04:00
|
|
|
top: $performance-bar-height;
|
|
|
|
}
|
2017-10-07 10:52:28 -04:00
|
|
|
|
|
|
|
.navbar-empty {
|
2019-02-12 12:42:08 -05:00
|
|
|
justify-content: center;
|
2017-10-07 10:52:28 -04:00
|
|
|
height: $header-height;
|
2020-03-30 20:08:09 -04:00
|
|
|
background: $white;
|
2017-10-07 10:52:28 -04:00
|
|
|
border-bottom: 1px solid $white-normal;
|
|
|
|
|
2019-02-12 12:42:08 -05:00
|
|
|
.tanuki-logo,
|
|
|
|
.brand-header-logo {
|
|
|
|
max-height: 100%;
|
2017-10-07 10:52:28 -04:00
|
|
|
}
|
|
|
|
}
|
2018-10-04 04:19:51 -04:00
|
|
|
|
|
|
|
.set-user-status-modal {
|
|
|
|
.modal-body {
|
|
|
|
min-height: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-lg {
|
|
|
|
max-width: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-emoji-placeholder,
|
|
|
|
.clear-user-status {
|
|
|
|
svg {
|
|
|
|
fill: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.emoji-menu-toggle-button {
|
|
|
|
@include emoji-menu-toggle-button;
|
2019-05-07 18:02:25 -04:00
|
|
|
padding: $gl-vert-padding $gl-btn-padding;
|
2018-10-04 04:19:51 -04:00
|
|
|
}
|
2019-01-06 01:00:31 -05:00
|
|
|
|
|
|
|
.input-group {
|
2019-05-07 18:02:25 -04:00
|
|
|
&,
|
|
|
|
.input-group-prepend,
|
|
|
|
.input-group-append {
|
|
|
|
height: $input-height;
|
|
|
|
}
|
2019-01-06 01:00:31 -05:00
|
|
|
}
|
2018-10-04 04:19:51 -04:00
|
|
|
}
|
2018-11-22 21:43:55 -05:00
|
|
|
|
|
|
|
.nav-links > li > a {
|
|
|
|
.badge.badge-pill {
|
|
|
|
@include media-breakpoint-down(xs) { display: none; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) { margin-right: 3px; }
|
|
|
|
}
|