diff --git a/app/assets/stylesheets/_uswds.scss b/app/assets/stylesheets/_uswds.scss index 352c195e5f7..5964271ffd8 100644 --- a/app/assets/stylesheets/_uswds.scss +++ b/app/assets/stylesheets/_uswds.scss @@ -6,7 +6,6 @@ @forward 'usa-alert'; @forward 'usa-banner'; @forward 'usa-button'; -@forward 'usa-button-group'; @forward 'usa-collection'; @forward 'usa-form'; @forward 'usa-header'; diff --git a/app/assets/stylesheets/utilities/_typography.scss b/app/assets/stylesheets/utilities/_typography.scss index 3b52fa8b0f4..5db68043ba7 100644 --- a/app/assets/stylesheets/utilities/_typography.scss +++ b/app/assets/stylesheets/utilities/_typography.scss @@ -99,28 +99,3 @@ h6, .h6 { @extend %h6; } - -.separator-text { - display: flex; - align-items: center; - text-align: center; - font-size: 1.125rem; - margin-bottom: 16px; - - &::before, - &::after { - content: ''; - display: block; - border-bottom: 1px solid color('primary-light'); - flex-grow: 1; - min-width: 2rem; - } - - &::before { - margin-right: 1rem; - } - - &::after { - margin-left: 1rem; - } -} diff --git a/app/components/tab_navigation_component.html.erb b/app/components/tab_navigation_component.html.erb index c9a89a8598a..005bebd90f8 100644 --- a/app/components/tab_navigation_component.html.erb +++ b/app/components/tab_navigation_component.html.erb @@ -1,13 +1,12 @@ -<%= content_tag(:nav, aria: { label: }, **tag_options) do %> +<%= content_tag(:nav, aria: { label: }, **tag_options, class: [*tag_options[:class], 'tab-navigation']) do %>