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

Commit

Permalink
added styles for print
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelaineS committed Aug 24, 2022
1 parent b989add commit bc16b7b
Showing 1 changed file with 31 additions and 15 deletions.
46 changes: 31 additions & 15 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2296,9 +2296,7 @@ main {
.thematic-areas {
page-break-before: always;
}
}

#main.print {
.ui.container {
position: relative !important;
display: block !important;
Expand Down Expand Up @@ -2359,6 +2357,30 @@ main {
background: #fff;
}

.logo-nav-wrapper .logoImage.tablet,
.logo-nav-wrapper .logoImageSm.tablet {
display: none !important;
}

.logo-nav-wrapper .logoImageSm.computer {
display: static !important;
}

.sticky-outer-wrapper .logo {
margin: 0 !important;
}

.sticky-outer-wrapper .logo-nav-wrapper .logo:after,
.sticky-outer-wrapper.active .logo-nav-wrapper .logo:after {
content: 'Forest Information System for Europe';
color: #058373;
font-size: 20px;
font-weight: 700;
margin-left: 10px;
max-width: 210px;
display: inline-block !important;
}

.header-bg.contentpage,
.ui.breadcrumbs,
.placeholder.header-image {
Expand All @@ -2380,16 +2402,10 @@ main {
}

.header-image-content {
h1 {
margin: 0 !important;
color: #000 !important;
text-align: left !important;
}

p {
margin: 0 !important;
color: #000 !important;
text-align: left !important;
h1, p {
margin: 0;
color: #464b0b;
text-align: left;
}
}
}
Expand All @@ -2399,8 +2415,8 @@ main {
position: relative !important;
width: 100% !important;
height: auto !important;
background: transparent;
box-shadow: none;
background: transparent !important;
box-shadow: none !important;
@media (max-width: 1200px) {
top: 75px !important;
}
Expand All @@ -2423,7 +2439,7 @@ main {
}

.footerWrapper {
display: none !important;
display: none;
}

.react-grid-layout {
Expand Down

0 comments on commit bc16b7b

Please sign in to comment.