main
Ilham Wara Nugroho 2026-06-10 15:48:05 +07:00
parent 56620f99c8
commit 2df9a02a9f
2 changed files with 2 additions and 49 deletions

View File

@ -97,51 +97,4 @@
</form>
</div>
</div>
</div>
@section('css')
<style>
.meta-content {
background: #EEF;
border-radius: 5px;
font-size: 12px;
font-weight: 400;
line-height: 16px;
margin-bottom: 10px;
padding: 10px 15px;
}
.meta-content h1 {
font-size: 13px;
margin: 0;
}
.meta-num {
color: #666;
font-size: 10px;
font-weight: 400;
margin-bottom: 5px;
}
.meta-actions {
font-size: 11px;
}
/* Link colors */
a.qa-pending {
color: #aaa;
}
a.qa-revise {
color: IndianRed;
}
a.qa-partial {
color: GoldenRod;
}
a.qa-done {
color: MediumSeaGreen;
}
</style>
@endsection
</div>

View File

@ -42,7 +42,7 @@
</div>
</div>
@include('modules.form.import')
{{-- @include('modules.form.form') --}}
@include('modules.form.form')
@if ($instansi !== 'all')
@include('modules.form.aktivitas-user')
@include('modules.form.metadata.index')