diff --git a/resources/views/print/sag_ujrah_3.blade.php b/resources/views/print/sag_ujrah_3.blade.php index e62cc6d..6f1601f 100644 --- a/resources/views/print/sag_ujrah_3.blade.php +++ b/resources/views/print/sag_ujrah_3.blade.php @@ -38,12 +38,14 @@ display: grid; grid-template-columns: repeat(3, 1fr); } - .bolder-10 { font-weight: bolder; font-size: 10px; } - + .bold-15 { + font-weight: bold; + font-size: 15px; + } .mt-5 { margin-top: 5px; } @@ -70,6 +72,10 @@ visibility: hidden; } + .none { + display: none; + } + .tickbox { border: 1px solid black; } @@ -194,6 +200,9 @@ .header-ps { font-size: 35px; font-weight: bold; + display: flex; + justify-content: space-between; + width: 220px; } /* USER DETAIL */ @@ -203,7 +212,6 @@ justify-content: space-between; align-items: center; text-transform: uppercase; - font-weight: bold; margin: 5px 0; } @@ -220,7 +228,7 @@ display: flex; justify-content: center; align-items: center; - margin-top: -100px; + margin-top: -110px; } .main-kaki-sag { @@ -231,6 +239,12 @@ font-size: 9px; } + .header-kaki-sag { + display: flex; + justify-content: space-between; + align-items: center; + } + .detail-kaki-sag { margin: 10px 0; position: relative; @@ -354,10 +368,10 @@ {{-- USER DETAIL SECTION --}}
-