Finish porting styles of compliance flow

This commit is contained in:
Eli Ribble 2026-04-07 16:05:30 +00:00
parent 53bfbbc5ef
commit cc7ce44f47
No known key found for this signature in database
4 changed files with 55 additions and 304 deletions

View file

@ -1,3 +1,17 @@
<style scoped>
.benefit-box {
background-color: #d1ecf1;
border-left: 4px solid #0dcaf0;
padding: 16px;
border-radius: 4px;
}
.optional-badge {
font-size: 0.85rem;
color: #6c757d;
font-weight: normal;
}
</style>
<template>
<div class="container-fluid px-3 py-3">
<HeaderCompliance :district="district" />