Skip to content

Commit

Permalink
PIN-4341 Update Agreement/Risk Analysis template (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor-K authored Jan 16, 2025
1 parent 09a29f7 commit c0778bb
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,23 @@ h2 {

.content > div {
margin-bottom: 8px;
}
}

.release-date {
margin: 32px 0;
}

.release-date::after {
content: "";
display: block;
clear: both;
}

.release-date .date {
float: left;
}

.release-date .date{
display: inline-block;
width: 50%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,9 @@ <h2>Registrazione</h2>
fruitore quale soggetto titolato ad accedere all’e-service.
</div>
</div>

<div class="release-date">
<div class="date">{{todayDate}}</div>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,9 @@ <h2>Registrazione</h2>
per conto del delegante.
</div>
</div>

<div class="release-date">
<div class="date">{{todayDate}}</div>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,8 @@ <h2>Registrazione</h2>
l’e-service per conto del delegante.
</div>
</div>
<div class="release-date">
<div class="date">{{todayDate}}</div>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,22 @@ h2 {
.content > div {
margin-bottom: 8px;
}

.release-date {
margin: 32px 0;
}

.release-date::after {
content: "";
display: block;
clear: both;
}

.release-date .date {
float: left;
}

.release-date .date {
display: inline-block;
width: 50%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,30 +125,6 @@ h1 {
font-weight: 600;
}

.signature {
margin: 32px 0;
}

.signature::after {
content: "";
display: block;
clear: both;
}

.signature .date {
float: left;
}

.signature .date,
.signature .message {
display: inline-block;
width: 50%;
}

.signature .message {
font-weight: 500;
}

.footer hr {
border: 0;
border-top: 1px solid #e3e7eb;
Expand Down Expand Up @@ -182,3 +158,22 @@ h1 {
font-size: 6px;
line-height: 7.5px;
}

.release-date {
margin: 32px 0;
}

.release-date::after {
content: "";
display: block;
clear: both;
}

.release-date .date {
float: left;
}

.release-date .date {
display: inline-block;
width: 50%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@ <h1>Analisi del rischio</h1>
<!-- Blocco dell'analisi del rischio -->
<div class="purpose-answers">{{{answers}}}</div>

<!-- Sigla documento -->
<div class="signature">
<div class="release-date">
<div class="date">{{date}}</div>
<div class="message">Firmato digitalmente da PagoPA S.p.A.</div>
</div>
</body>
</html>

0 comments on commit c0778bb

Please sign in to comment.