Skip to content

Commit 5a9c073

Browse files
[DPC-5220] Set ToS background color to white (#2919)
## 🎫 Ticket https://jira.cms.gov/browse/DPC-5220 ## 🛠 Changes Sets the background color for the Terms of Service component to white. ## ℹ️ Context This provides contrast with the rest of the page. ## 🧪 Validation local: <img width="888" height="785" alt="image" src="https://github.com/user-attachments/assets/1e809afd-c2dd-4db9-b7af-36db3ec560e9" /> Approved by product review. --------- Co-authored-by: jdettmannnava <145699825+jdettmannnava@users.noreply.github.com>
1 parent 9cd50e0 commit 5a9c073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpc-portal/app/components/page/organization/tos_form_component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<h2>Sign Terms of Service</h2>
44
<p>Once you sign our Terms of Service, <%= @organization.name %> will be allowed to access Medicare claims data.</p>
5-
<div style="width: 100%; height: 420px; overflow-y: auto; border: 2px solid silver; padding: 1rem;" class="margin-bottom-5">
5+
<div style="width: 100%; height: 420px; overflow-y: auto; border: 2px solid silver; padding: 1rem;" class="margin-bottom-5 bg-white">
66
<%= render Core::TosContent::TosContentComponent.new %>
77
</div>
88

dpc-portal/spec/components/page/organization/tos_form_component_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div>
1919
<h2>Sign Terms of Service</h2>
2020
<p>Once you sign our Terms of Service, Health Hut will be allowed to access Medicare claims data.</p>
21-
<div style="width: 100%; height: 420px; overflow-y: auto; border: 2px solid silver; padding: 1rem;" class="margin-bottom-5">
21+
<div style="width: 100%; height: 420px; overflow-y: auto; border: 2px solid silver; padding: 1rem;" class="margin-bottom-5 bg-white">
2222
<div class="usa-prose measure-5">
2323
<section class="ds-l-container ds-u-padding-top--7 ds-u-padding-bottom--7">
2424

0 commit comments

Comments
 (0)