app/addons/components/assets/scss/header-breadcrumbs.scss (34 lines of code) (raw):

// 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/scss/variables"; .faux-header__breadcrumbs { @include display-flex(); height: $cf-navbar-width-collapsed; } .faux-header__breadcrumbs-element { margin: 0 4px 0 4px; color: $cf-topheader-title-color; padding: 18px 10px; font-size: 24px; text-shadow: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } a.faux-header__breadcrumbs-link { color: $cf-brand-highlight; &:hover { color: $cf-brand-hightlight-hover; text-decoration: none; cursor: pointer; } } .faux-header__breadcrumbs-divider { width: 13px; padding-top: 22px; font-size: 20px; color: $cf-topheader-title-color; } .faux-header__controlbox-backlink { border-right: 1px solid $cf-border-color01; padding-left: 10px; padding-right: 2px; }