Finish porting styles of compliance flow
This commit is contained in:
parent
53bfbbc5ef
commit
cc7ce44f47
4 changed files with 55 additions and 304 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue