This commit is contained in:
KONE SOREL 2026-04-01 11:19:07 +00:00
parent 7a03af21db
commit 9e6271cb12

View File

@ -177,4 +177,25 @@
</div>
</div>
</div><!-- /container -->
</div><!-- /container -->
<style>
body { background: #F5F5F5; font-size: 13px; color: #212529; }
.card { border: 1px solid #DEE2E6 !important; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.card-header { background: #fff; border-bottom: 1px solid #DEE2E6; padding: .5rem .75rem; }
.group-label { font-size: 10px; font-weight: 600; text-transform: uppercase;
letter-spacing: .07em; color: #ADB5BD;
border-bottom: 1px solid #F0F0F0; padding-bottom: 4px; margin-bottom: 6px; }
.form-label { font-size: 11px; font-weight: 500; text-transform: uppercase;
letter-spacing: .04em; color: #6C757D; margin-bottom: 3px; }
.section-label { font-size: 11px; font-weight: 500; text-transform: uppercase;
letter-spacing: .06em; color: #6C757D; }
.table th { font-size: 11px; text-transform: uppercase; letter-spacing: .05em;
font-weight: 500; color: #6C757D; }
.table td { font-size: 13px; vertical-align: middle; }
.clickable-row { cursor: pointer; }
.clickable-row:hover td { background: #F8F9FA; }
.input-group-text { background: #fff; border-color: #DEE2E6; color: #6C757D; }
.btn-dark { background: #343A40; border-color: #343A40; }
.btn-dark:hover { background: #23272b; border-color: #23272b; }
</style>