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

Commit

Permalink
print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelaineS committed Sep 1, 2022
1 parent ee9f71a commit bd1c207
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2367,11 +2367,9 @@ main {
display: none;
}

//.slider-wrapper {
// .slider-slide > img {
// display: none;
// }
// }
.slider-wrapper, .extra-header {
display: none;
}

.header-image-big {
height: auto !important;
Expand Down Expand Up @@ -2567,9 +2565,14 @@ main {
margin-left: -30px;
}

.image {
width: 50%;
}

.ui.table {
thead {
thead, thead th {
background-color: transparent !important;
color: #000000 !important;
}

tr {
Expand Down Expand Up @@ -2640,6 +2643,14 @@ main {
.print-button {
display: none;
}

.embed-visualization, .plotly-chart {
display: block !important;
}

.connected-chart-wrapper {
overflow: initial !important;
}
}

.print-button {
Expand Down

0 comments on commit bd1c207

Please sign in to comment.