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

Commit

Permalink
Update to NVRF app v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Jan 17, 2024
1 parent 437144f commit acf0e4e
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 20 deletions.
4 changes: 4 additions & 0 deletions assets/styles/nvrf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@
overflow: hidden;
}
}

#touchpoints-form-embed .fba-modal-dialog {
margin: 0;
}
2 changes: 1 addition & 1 deletion gulp/nvrf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var gulp = require('gulp');
var log = require('fancy-log');
var colors = require('ansi-colors');

var destPagePath = 'nvrf-test';
var destPagePath = 'national-voter-registration-form';

gulp.task('nvrf-assets', function () {
var stream = gulp.src([
Expand Down
98 changes: 80 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"sass": "^1.56.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.3.0"
"vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.4.0"
},
"devDependencies": {
"axe-core": "^4.5.2",
Expand Down

0 comments on commit acf0e4e

Please sign in to comment.