blob: 7803f5ec06a17adefb9f62e021a163897e524c76 [file] [log] [blame]
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
.template {
height: 100%;
}
.right-header-flex {
display: flex;
align-items: center;
flex-direction: row;
height: 100%;
&--ie1X {
align-items: stretch;
}
}
//yes !important!!! We have to overridde some styles I can't override any other way for now
div.faux__breadcrumbs-mango-header {
height: 64px !important;
-ms-flex: 0 0 440px !important;
flex: 0 0 440px !important;
overflow: hidden !important;
}
div.faux__jsondoc-wrapper {
display: flex;
}