Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
Update gem assets to version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed May 13, 2018
1 parent 20ce60c commit b53adba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions app/assets/stylesheets/uswds/components/_forms.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
$usa-form-width: 32rem;

[type=submit],
[type=submit] {
display: block;
margin-bottom: 1.5em;
margin-top: 2.5rem;

@include media($medium-screen) {
padding-left: 2.7em;
padding-right: 2.7em;
width: auto;
margin-top: calc(3rem - .2em); // Label margin minus input bottom margin
}
}

[name=password],
[name=confirmPassword] {
margin-bottom: 1.1rem;
}

fieldset {
border: none;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/uswds/uswds.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! uswds 1.6.1 */
/*! uswds 1.6.2 */

// Relative font and image file paths
$font-path: 'uswds';
Expand Down
2 changes: 1 addition & 1 deletion lib/uswds/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Uswds
module Rails
VERSION = '1.6.1'.freeze
VERSION = '1.6.2'.freeze
end
end

0 comments on commit b53adba

Please sign in to comment.