Skip to content

Commit

Permalink
more report layout refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Sep 14, 2022
1 parent b1d12fb commit 9d1d61c
Showing 1 changed file with 25 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,24 @@
.color-info {
color: blue;
}
.header {
align-items: center;
display: flex;
margin-top: 2rem;
}
.header__logo {
height: 64px;
margin-bottom: -8px;
margin-top: -6px;
display: block;
height: 32px;
margin-right: 8px;
}
.footer {
align-items: center;
display: flex;
margin-bottom: 2rem;
margin-top: 1.5rem;
}
.footer__logo {
display: block;
height: 32px;
margin-right: 8px;
}
Expand Down Expand Up @@ -94,13 +101,20 @@

{% block body %}
<div class="root">
{% call typo("h1", "headline2") %}
<img
alt="Q"
class="header__logo"
src="https://quilt-web-public.s3.amazonaws.com/q-128-square.png"
/>
Status Report for <b>{{ stack_name }}</b> Quilt stack
{% call typo("div", "headline5", "header") %}
<a href="https://quiltdata.com" rel="noreferrer" target="_blank">{#
#}<img
alt="Q"
class="header__logo"
src="https://quilt-web-public.s3.amazonaws.com/q-128-square.png"
/>{#
#}</a>
Quilt Data
{% endcall %}
{% call typo("h1", "headline3") %}
Status Report for stack
<br />
<b>{{ stack_name }}</b>
{% endcall %}

{% call typo() %}
Expand Down Expand Up @@ -301,7 +315,7 @@
<span>
Report generated by
<a href="https://quiltdata.com" rel="noreferrer" target="_blank">
Quilt
Quilt Data
</a>
</span>
</footer>
Expand Down

0 comments on commit 9d1d61c

Please sign in to comment.