Skip to content

Commit

Permalink
Merge branch 'main' into aiu/add_better_messages_when_inviting_outsid…
Browse files Browse the repository at this point in the history
…e_of_org
  • Loading branch information
defectiveAi authored Oct 22, 2024
2 parents bb83a87 + c8831ef commit 5b8edfd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/eo/auth/feature-terms/terms.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ const selector = 'eo-auth-terms';
min-height: 100vh;
margin: 0;
@media print {
--eo-scroll-view-padding: 0;
--eo-scroll-view-max-height: fit-content;
}
eo-header {
grid-area: header;
}
Expand Down
4 changes: 4 additions & 0 deletions libs/eo/shared/components/ui-footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ const selector = 'eo-footer';
display: block;
width: 100%;
@media print {
display: none;
}
footer {
background-color: #102427;
background-image: url('/assets/landing-page/[email protected]');
Expand Down
6 changes: 6 additions & 0 deletions libs/eo/shared/components/ui-header/eo-header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ import { EoProductLogoDirective } from '@energinet-datahub/eo/shared/components/
selector: 'eo-header',
styles: [
`
:host {
@media print {
display: none;
}
}
.toolbar {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 5b8edfd

Please sign in to comment.