Skip to content

Commit

Permalink
remove section and :host styles that force bgcolor and font
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarty committed Jul 13, 2017
1 parent 3c79697 commit c82bb4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/app.component.ts
Expand Up @@ -16,7 +16,6 @@ import {fuzzySearch} from './shared/fuzzy-search.function';
box-sizing: border-box;
}
:host {
font-family: sans-serif;
display: flex;
flex-direction: column; }
.command-bar-shield {
Expand Down Expand Up @@ -106,8 +105,7 @@ import {fuzzySearch} from './shared/fuzzy-search.function';
section {
position: relative;
border: 0;
width: 100%;
background-color: white; }
width: 100%; }
.help-message {
display: flex;
Expand Down

0 comments on commit c82bb4c

Please sign in to comment.