Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
show breadcrumbs in print mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelaineS committed Sep 9, 2022
1 parent bd1c207 commit 22c60cc
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,24 @@ main {
}
}

.ui.secondary.vertical.segment.breadcrumbs {
display: inline !important;
width: 100vw !important;
padding: 0 !important;

.ui.breadcrumb {
display: inline !important;
background: transparent !important;

.section {
color: #cd4200 !important;
}
.active.section {
font-weight: 700;
}
}
}

.columns-view {
.grid.column-grid {
display: block;
Expand Down Expand Up @@ -2393,7 +2411,7 @@ main {

.sticky-outer-wrapper .logo {
display: flex;
margin: 1rem 0 0 0 !important;
margin: 1rem 0 !important;
}

.sticky-outer-wrapper .logo-nav-wrapper .logo:after,
Expand All @@ -2407,7 +2425,6 @@ main {
}

.header-bg.contentpage,
.ui.breadcrumbs,
.placeholder.header-image {
display: none !important;
}
Expand Down Expand Up @@ -2465,30 +2482,7 @@ main {
}

.header-navigation-lead {
justify-content: flex-start;

.active-lead-nav {
background: transparent;
box-shadow: none;
border: none;
overflow: initial;
text-overflow: initial;
padding: 0;
width: auto !important;
font-size: 20px;
}

.lead-navigation-item {
display: none;
height: auto;
}
.lead-navigation-item.active-lead-nav {
display: initial;
padding-top: 20px;
}
.navigation-next {
display: none;
}
display: none;
}

.lead-mobile-nav {
Expand Down Expand Up @@ -2644,8 +2638,12 @@ main {
display: none;
}

.embed-visualization, .plotly-chart {
display: block !important;
.embed-visualization {
page-break-before: always !important;

svg {
position: static !important;
}
}

.connected-chart-wrapper {
Expand Down

0 comments on commit 22c60cc

Please sign in to comment.