Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Nov 29, 2023
1 parent 3566c12 commit 1192beb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $theme-show-notifications: false,
@forward "usa-icon-list";
@forward "uswds-fonts";
@forward "uswds-helpers";
@forward "uswds-utilities";

@forward 'component/language-switcher';
@forward 'component/identifier';
Expand Down
4 changes: 0 additions & 4 deletions assets/styles/nvrf.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.nvrf-app-container {
/* Global */
.usa-button {
background-color: #11385B;
}

.usa-card__container {
border-radius: 0;
border-color: #000;
Expand Down
2 changes: 1 addition & 1 deletion layouts/nvrf/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ partial "header.html" . }}
<main id="main-content">
<div class="grid-container">
<section class="voter-info page-type--basic">
<section class="voter-info">
{{ .Content }}
<div class="nvrf-app-container" id="root"></div>
</section>
Expand Down

0 comments on commit 1192beb

Please sign in to comment.