generated from samply/lens-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10,573 additions
and
9,724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
::ng-deep :root { | ||
--color-gray: #3C3C3D; | ||
--color-orange: #dc3545; | ||
--color-blue: #007bff; | ||
--color-site-background: #0036742b; | ||
} | ||
|
||
* { | ||
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol; | ||
} | ||
|
||
::ng-deep body { | ||
} | ||
|
||
/* Selects the app root */ | ||
:host { | ||
background: ghostwhite; | ||
display: grid; | ||
/* Angulars Router Outlet is an anchor for inserting components. It will stay, even if component is inserted */ | ||
grid-template-rows: auto 0 1fr auto; | ||
|
||
height: 100vh; | ||
} | ||
|
||
.line { | ||
padding: 0.6rem; | ||
background: white; | ||
border: 1px solid #dee2e6; | ||
border-radius: 4px; | ||
display: flex; | ||
flex-flow: row; | ||
align-items: center; | ||
justify-content: space-between; | ||
} | ||
|
||
.main { | ||
display: flex; | ||
overflow: hidden; | ||
gap: 0.6rem; | ||
} | ||
|
||
.column { | ||
overflow:auto; /* scrollable */ | ||
} | ||
|
||
.sidebar { | ||
flex: 1 1 25%; | ||
} | ||
|
||
.content { | ||
flex: 1 1 75% | ||
} | ||
|
||
::ng-deep .line>p-image>span>img { | ||
max-height: 100px; | ||
min-height: 40px; | ||
} | ||
|
||
.ccp-header { | ||
color: #00489c; | ||
font-weight: 200; | ||
font-size: 1.9rem; | ||
font-family: 'Open Sans', sans-serif; | ||
} | ||
|
||
|
||
::ng-deep lens-result-renderer-grid>.wide-diagram { | ||
grid-column: auto / span 3!important; | ||
} | ||
::ng-deep :root { | ||
--color-gray: #3c3c3d; | ||
--color-orange: #dc3545; | ||
--color-blue: #007bff; | ||
--color-site-background: #0036742b; | ||
} | ||
|
||
* { | ||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, | ||
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol; | ||
} | ||
|
||
::ng-deep body { | ||
} | ||
|
||
/* Selects the app root */ | ||
:host { | ||
background: ghostwhite; | ||
display: grid; | ||
/* Angulars Router Outlet is an anchor for inserting components. It will stay, even if component is inserted */ | ||
grid-template-rows: auto 0 1fr auto; | ||
|
||
height: 100vh; | ||
} | ||
|
||
.line { | ||
padding: 0.6rem; | ||
background: white; | ||
border: 1px solid #dee2e6; | ||
border-radius: 4px; | ||
display: flex; | ||
flex-flow: row; | ||
align-items: center; | ||
justify-content: space-between; | ||
} | ||
|
||
.main { | ||
display: flex; | ||
overflow: hidden; | ||
gap: 0.6rem; | ||
} | ||
|
||
.column { | ||
overflow: auto; /* scrollable */ | ||
} | ||
|
||
.sidebar { | ||
flex: 1 1 25%; | ||
} | ||
|
||
.content { | ||
flex: 1 1 75%; | ||
} | ||
|
||
::ng-deep .line > p-image > span > img { | ||
max-height: 100px; | ||
min-height: 40px; | ||
} | ||
|
||
.ccp-header { | ||
color: #00489c; | ||
font-weight: 200; | ||
font-size: 1.9rem; | ||
font-family: "Open Sans", sans-serif; | ||
} | ||
|
||
::ng-deep lens-result-renderer-grid > .wide-diagram { | ||
grid-column: auto / span 3 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,98 @@ | ||
<header> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<a class="navbar-brand" href="index.html"><img src="../assets/images/[email protected]" width="131" height="37" alt="EUCAIM Cancer Image Europe"/> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> | ||
<a class="navbar-brand" href="index.html" | ||
><img | ||
src="../assets/images/[email protected]" | ||
width="131" | ||
height="37" | ||
alt="EUCAIM Cancer Image Europe" | ||
/> | ||
</a> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav ml-auto mr-5"> | ||
<li class="nav-item active"> <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> </li> | ||
<li class="nav-item"> <a class="nav-link" href="public-catalogue.html">PUBLIC CATALOGUE </a> </li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#" | ||
>Home <span class="sr-only">(current)</span></a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="public-catalogue.html" | ||
>PUBLIC CATALOGUE </a | ||
> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Dropdown </a> | ||
<a | ||
class="nav-link dropdown-toggle" | ||
href="#" | ||
id="navbarDropdown" | ||
role="button" | ||
data-toggle="dropdown" | ||
aria-haspopup="true" | ||
aria-expanded="false" | ||
> | ||
Dropdown | ||
</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<a class="dropdown-item" href="#">Action</a> <a class="dropdown-item" href="#">Another action</a> | ||
<a class="dropdown-item" href="#">Action</a> | ||
<a class="dropdown-item" href="#">Another action</a> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item" href="#">Something else here</a> | ||
<a class="dropdown-item" href="#">Something else here</a> | ||
</div> | ||
</li> | ||
<li class="nav-item"> <a class="nav-link disabled" href="#">Disabled</a> </li> | ||
</ul> | ||
<button class="btn btn-profile my-2 my-sm-0"><i class="fa-solid fa-user" style="color: #ffffff; padding-right:5px"></i> My proFILE</button> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link disabled" href="#">Disabled</a> | ||
</li> | ||
</ul> | ||
<button class="btn btn-profile my-2 my-sm-0"> | ||
<i | ||
class="fa-solid fa-user" | ||
style="color: #ffffff; padding-right: 5px" | ||
></i> | ||
My proFILE | ||
</button> | ||
</div> | ||
</nav> | ||
</header> | ||
<app-main></app-main> | ||
|
||
<footer class="d-flex flex-wrap justify-content-between align-items-end pt-5 mt-auto"> | ||
</header> | ||
<app-main></app-main> | ||
|
||
<footer | ||
class="d-flex flex-wrap justify-content-between align-items-end pt-5 mt-auto" | ||
> | ||
<div class="container row"> | ||
<div class="col-md-8 d-flex align-items-center"> | ||
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1"> | ||
<img src="../assets/images/[email protected]" width="216" height="66" alt=""/> | ||
</a> | ||
</div> | ||
<div class="col-md-4"> | ||
|
||
|
||
</div> | ||
<a | ||
href="/" | ||
class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1" | ||
> | ||
<img | ||
src="../assets/images/[email protected]" | ||
width="216" | ||
height="66" | ||
alt="" | ||
/> | ||
</a> | ||
</div> | ||
<div class="col-md-4"></div> | ||
</div> | ||
<div class="container-fluid mb-0" style="background-color: #416097;"> | ||
<ul class="nav align-items-center justify-content-center"> | ||
<li class="nav-item"><a href="#" class="nav-link px-2 text-white">Privacy Policy</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link px-2 text-white">Cookies Policy</a></li> | ||
</ul> | ||
<div class="container-fluid mb-0" style="background-color: #416097"> | ||
<ul class="nav align-items-center justify-content-center"> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link px-2 text-white">Privacy Policy</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link px-2 text-white">Cookies Policy</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
|
||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
|
||
<div class="search-bar-wrapper"> | ||
<lens-search-bar></lens-search-bar> | ||
</div> | ||
<div> | ||
<lens-criteria-catalogue></lens-criteria-catalogue> | ||
<div> | ||
<lens-single-result-renderer [resultRenderer]="summaryBar"></lens-single-result-renderer> | ||
<lens-result-renderer-grid [resultRenderers]="diagrams"></lens-result-renderer-grid> | ||
<lens-single-result-renderer | ||
[resultRenderer]="summaryBar" | ||
></lens-single-result-renderer> | ||
<lens-result-renderer-grid | ||
[resultRenderers]="diagrams" | ||
></lens-result-renderer-grid> | ||
</div> | ||
</div> |
Oops, something went wrong.