//
// Copyright IBM Corp. 2020, 2020
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

.#{$ide-prefix}-page-header__backgroundColour,
.#{$ide-prefix}-page-header {
  background-color: $ui-02;
}

.#{$ide-prefix}-page-header {
  box-shadow: inset 0 -1px $ui-01;
}

.#{$ide-prefix}-page-header--breadcrumb-container {
  display: flex;
  min-height: carbon--mini-units(5);
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
}

.#{$ide-prefix}-page-header--heading-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.#{$ide-prefix}-page-header--subtitle-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.#{$ide-prefix}-page-header--heading {
  @include carbon--type-style('expressive-heading-05');
}

.#{$ide-prefix}-page-header--subtitle {
  @include carbon--type-style('expressive-heading-02');

  color: $text-05;
  font-weight: carbon--font-weight('regular');
}

.#{$ide-prefix}-page-header--tabs-container {
  display: flex;
  min-height: carbon--mini-units(6);
  flex-flow: row nowrap;
  align-items: flex-end;
  margin-left: -$spacing-05;
}

.#{$ide-prefix}-page-header--tabs-container__empty {
  min-height: carbon--mini-units(4);
}

.#{$ide-prefix}-page-header--custom-content-container {
  padding-right: 0;
}
