-
Notifications
You must be signed in to change notification settings - Fork 20
Add new section to About page https://github.com/18F/eregs-platform/issues/57 #443
Conversation
margin-left: -32px; | ||
color: green; | ||
border: 10px solid red; | ||
} |
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.
Should this rule be removed? The class name includes an x at the beginning.
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.
Yup, removed.
xcolor: #071635; | ||
color: #d14124; | ||
font-size: 18px; | ||
} |
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.
This is a bit gnarly; what about using this instead?
<span class="cf-icon cf-icon-delete-round">
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.
So much cleaner, thanks!
<li>The <strong>date picker</strong> allows users to find what revision was effective on a specific date.</li> | ||
<li><strong>Federal Register notice(s)</strong> associated with a revision are presented and organized by publication date. These links will | ||
take you to the notice on the Office of the Federal Register’s website.</li> | ||
<li><strong>Compare</strong> any two revisions of the regulation, word for word, by selecting a date in the menu and clicking “Show Differences”.</li> |
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.
Solid
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.
Looks good. Should this be part of -site rather than ATF-specific?
} | ||
|
||
.icon-red { | ||
color: #d14124; |
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.
It's a shame we're using a hard-coded color in -site here, but thanks for highlighting that. Created eregs/regulations-site#463
color: #d14124; | ||
} | ||
|
||
img.about-stopcompare-img { |
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.
NBD, but per https://pages.18f.gov/frontend/#css-specificity, this shouldn't include the img
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 point; addressed here #445
Use “Stop Comparing” /
Now that we have a section /
Clarifying it.