-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
Codecov Report@@ Coverage Diff @@
## master #627 +/- ##
=======================================
Coverage 79.52% 79.52%
=======================================
Files 29 29
Lines 1470 1470
Branches 216 216
=======================================
Hits 1169 1169
Misses 301 301 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small hr class naming thing, but otherwise looks good.
scss/components/_contact-form.scss
Outdated
background-position: right 10px top 50%; | ||
} | ||
|
||
.hr--soft { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just kind of a minor nitpick, but I think the hr naming convention might make more sense to follow the color variables, so like .hr
and .hr--dark
(and .hr--light
if using $gray-light
). What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call.
Adds some styles for the contact form in https://github.com/18F/fec-cms/pull/755#issuecomment-278198318