Refactor base styles

This commit is contained in:
Tom Moor
2017-10-29 15:33:00 -07:00
parent 84c82c31a9
commit 87e8b6d207
3 changed files with 20 additions and 13 deletions

View File

@ -68,16 +68,4 @@ export default `
margin-top: 1em;
margin-bottom: 1em;
}
.activeDropZone {
background: #4E5C6E;
}
.activeDropZone a {
color: #FFF !important;
}
.ReactModal__Body--open {
overflow: hidden;
}
`;