48 lines
1.5 KiB
HTML
48 lines
1.5 KiB
HTML
<style>
|
|
.fundings-dashboard {}
|
|
.fundings-dashboard > header {
|
|
background-color: rgb(8, 64, 143);
|
|
}
|
|
.fundings-dashboard .projects-nav {
|
|
min-height: 120px;
|
|
height: 210px;
|
|
}
|
|
.fundings-dashboard .activities {
|
|
min-width: 240px;
|
|
}
|
|
.fundings-dashboard .projects-list .grid-row {
|
|
grid-template-columns: 120px auto 1fr 120px 120px 1fr 120px;
|
|
}
|
|
.fundings-dashboard .projects-list .dataset .cell:nth-child(2) { text-align: right; }
|
|
.fundings-dashboard .projects-list .dataset .cell:nth-child(5),
|
|
.fundings-dashboard .projects-list .dataset .cell:nth-child(6),
|
|
.fundings-dashboard .projects-list .dataset .cell:nth-child(7) { text-align: center; }
|
|
|
|
</style>
|
|
<article eiccard media class="fundings-dashboard">
|
|
<header>
|
|
<h1>ICMP</h1>
|
|
<h2 >Investment Coordination and Monitoring Platform</h2>
|
|
</header>
|
|
<section>
|
|
<div eicnodemap class="projects-nav"></div>
|
|
<h2>Technical Due Diligences</h2>
|
|
|
|
<div class="cols-2 left">
|
|
<div>
|
|
<article eiccard danger class="activities">
|
|
<header>
|
|
<h1>Checks</h1>
|
|
</header>
|
|
<section>
|
|
<ul bulleted></ul>
|
|
</section>
|
|
</article>
|
|
</div>
|
|
<div>
|
|
<div eicdatagrid class="projects-list"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
</article> |