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

Fix overrides.css removed in previous commit #1261

Merged
merged 1 commit into from
Oct 17, 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
1 change: 0 additions & 1 deletion static_src/components/navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import PropTypes from 'prop-types';
import React from 'react';

Expand Down
1 change: 1 addition & 0 deletions static_src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'cloudgov-style/css/base.css';
import 'cloudgov-style/css/cloudgov-style.css';
import './css/main.css';
import './css/overrides.css';
// Icon used in cg-uaa.
import './img/dashboard-uaa-icon.jpg';
import 'cloudgov-style/img/favicon.ico';
Expand Down