blob: 7e4b8a0bfd73a9c188d25a1119b12ae26ce87b39 [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.
@import "../../../../../assets/less/variables.less";
.faux-header__breadcrumbs {
.display-flex();
height: @collapsedNavWidth;
}
.faux-header__breadcrumbs-element {
margin: 0 4px 0 4px;
color: #333;
padding: 18px 10px;
font-size: 24px;
text-shadow: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
a.faux-header__breadcrumbs-link {
color: @brandHighlight;
&:hover {
color: @hoverHighlight;
text-decoration: none;
cursor: pointer;
}
}
.faux-header__breadcrumbs-divider {
width: 13px;
padding-top: 22px;
font-size: 20px;
}
.faux-header__controlbox-backlink {
border-right: 1px solid #ccc;
padding-left: 10px;
padding-right: 2px;
}