Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Add white background to forging component to make it similar to other…
Browse files Browse the repository at this point in the history
… tabs
  • Loading branch information
reyraa committed May 19, 2017
1 parent 9f487e3 commit 53f4041
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/forging/forging.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
forging {
md-card md-card {
background: #f7f8f9;
}
md-card-content {
padding: 0 0 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/forging/forging.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
div.offline-hide
md-card.offline-hide
div
md-card.loading(ng-show='!$ctrl.delegate')
md-progress-linear(md-mode='indeterminate')
Expand Down

0 comments on commit 53f4041

Please sign in to comment.