unclean SPARC
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
<style>
|
||||
.soe > header {
|
||||
background: url('/app/assets/images/cards/soe-banner.jpg');
|
||||
background-position: center;
|
||||
background-size: cover !important;
|
||||
background-repeat: no-repeat;
|
||||
border-bottom: 4px solid white !important;
|
||||
}
|
||||
.soe .insights { min-width: 180px; }
|
||||
.soe .insights span {
|
||||
text-align: center;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
padding-top: var(--eicui-base-spacing-s);
|
||||
}
|
||||
.soe .insights label { text-align: center; }
|
||||
.soe .description [eicdatagrid] .row { grid-template-columns: 110px 2fr 1fr 1fr 110px 2fr 1fr 10px; }
|
||||
.soe .description [eicdatagrid] .dataset .row .cell:nth-child(5),
|
||||
.soe .description [eicdatagrid] .dataset .row .cell:nth-child(6) { text-align: center; }
|
||||
.soe .description [eicdatagrid] .dataset .row .cell:nth-child(8) { text-align: right; }
|
||||
.soe .members > section { max-height:30vh; }
|
||||
.soe .members li { padding: var(--eicui-base-spacing-s) 0 ; }
|
||||
</style>
|
||||
<article eiccard media class="soe">
|
||||
<header>
|
||||
<h1>Seals of Excellence</h1>
|
||||
<h2>${scope}</h2>
|
||||
</header>
|
||||
<section>
|
||||
<div class="cols-2 left">
|
||||
<div>
|
||||
<article eiccard class="insights loading" collapsable>
|
||||
<header>
|
||||
<h1>Feedbacks insight</h1>
|
||||
<h2></h2>
|
||||
</header>
|
||||
<section>
|
||||
<div><span xlarge class="items">...</span><label small>FEEDBACKS</label></div>
|
||||
<div><span xlarge class="fundings">...</span><label small>TOTAL FUNDING</label></div>
|
||||
<div><span primary><a href="https://app.powerbi.com/groups/me/apps/15bf1ef3-6d63-451e-8487-b0fda8ec8c7d/reports/2b903b7c-41b0-47f1-b550-3ecc8278238f/ReportSection21eccfd278f3892e1129?experience=power-bi" target="_blank" title="Seals of Excellence on Power BI">Full report (Power BI)</a></span></div>
|
||||
</section>
|
||||
</article>
|
||||
<article eiccard class="members loading" collapsable>
|
||||
<header>
|
||||
<h1>Members</h1>
|
||||
<h2></h2>
|
||||
</header>
|
||||
<section>
|
||||
<ul></ul>
|
||||
</section>
|
||||
<footer>
|
||||
<div class="cols-1 right">
|
||||
<button disabled eicbutton primary xsmall>add member</button>
|
||||
</div>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
<article eiccard class="description">
|
||||
<section>
|
||||
<div eicdatagrid></div>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user