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

Commit

Permalink
fix(guidelines): update app component css
Browse files Browse the repository at this point in the history
update the app component css to match code guidelines
  • Loading branch information
Adam Jolicoeur authored and joshuawilson committed May 19, 2017
1 parent c749683 commit 3cf90a2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
@import '../assets/stylesheets/base';

// Overrides for environment view
// TODO HACK Temp hack as we will switch to the compound list view soon
.environment-listing {
.toggle-children-placeholder {
display: none;
}

.toggle-children-placeholder { display: none; }
.list-group {
margin-top: 0px;
margin-bottom: 0px;
margin-top: 0;
margin-bottom: 0;
}
}

0 comments on commit 3cf90a2

Please sign in to comment.