Optimisasi untuk K13 2020

- restriksi untuk print dihilangkan
- stempel pada ttd ditambahkann
- isi surat disesuaikan
- ukuran kertas disesuaikan
- data siswa baru ditambahkan
This commit is contained in:
Gregorio Chiko
2020-05-01 23:35:05 +07:00
parent 58c32968d0
commit 662f6e30c7
25 changed files with 48916 additions and 51 deletions

View File

@@ -3,7 +3,8 @@
@tailwind utilities;
@page {
size: 8.5in 14.0in;
// size: 8.5in 14.0in;
size: 8.27in 13.0in;
margin: 0;
}
@@ -100,7 +101,7 @@ span.error {
tbody.counter {
counter-reset: nomor;
td:first-child::before {
td:not(.no-num):first-child::before {
counter-increment: nomor;
content: counter(nomor) ".";
}
@@ -111,11 +112,11 @@ span.error {
@apply w-auto ml-auto mt-4;
.letter__sign {
width: 80%;
height: 4rem;
background-image: url('/img/letter-sign.jpg');
background-size: contain;
background-repeat: no-repeat;
// height: 120%;
height: 6rem;
// background-image: url('/img/letter-sign-stamp.png');
// background-size: auto 100%;
// background-repeat: no-repeat;
}
}
}