Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Minor consistency updates, change chevron color #1215

Merged
merged 1 commit into from
Sep 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions static_src/components/disclaimer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { config } from 'skin';

const arrowUpImg = require('../img/angle-arrow-down-primary.svg');
const arrowDownImg = require('../img/angle-arrow-up-primary-hover.svg');
const dotGovIcon = require('../img/icon-dot-gov.svg'); // require('cloudgov-style/img/icon-dot-gov.svg');
const httpsIcon = require('../img/icon-https.svg'); //require('cloudgov-style/img/icon-https.svg');
const dotGovIcon = require('../img/icon-dot-gov.svg');
const httpsIcon = require('../img/icon-https.svg');
const flag = require('cloudgov-style/img/us_flag_small.png');

const dotGovAlt = 'Dot gov';
Expand Down Expand Up @@ -39,9 +39,6 @@ export default class Disclaimer extends React.Component {
const panelClass = classnames('usa-banner-content usa-grid usa-accordion-content', {
hide: hidden
});
const bannerBarClass = classnames('usa-banner usa-disclaimer disclaimer-no_sidebar', {
expanded: expanded
});

let flagImg;
let arrowImg;
Expand All @@ -59,7 +56,7 @@ export default class Disclaimer extends React.Component {
}

return (
<div className={ bannerBarClass }>
<div className="usa-banner usa-disclaimer disclaimer-no_sidebar">
<header className="grid">
<span className='usa-disclaimer-official'>
{ config.header.disclaimer }
Expand All @@ -71,7 +68,7 @@ export default class Disclaimer extends React.Component {
onClick={ this.handleClick }
>
<span className="p1">{ config.header.disclaimer_link_text }</span>
<img className="rightArrow" alt={ arrowImgAlt } src={ arrowImg } />
<img className="right-arrow" alt={ arrowImgAlt } src={ arrowImg } />
</a>
</span>

Expand Down
6 changes: 2 additions & 4 deletions static_src/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@
font-weight: 500;
}

img.rightArrow{
img.right-arrow{
color: white;
float: right;
width: 0.7rem;
}




.usa-width-one-half:first-child>:first-child{
margin-top: 0px;
}
Expand Down
2 changes: 1 addition & 1 deletion static_src/img/angle-arrow-down-primary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static_src/img/angle-arrow-up-primary-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.