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:
15
resources/sass/main.scss
vendored
15
resources/sass/main.scss
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user