Skip to content

Commit

Permalink
feat(backdrop): let the backdrop be shown on any media instead of on …
Browse files Browse the repository at this point in the history
…mobiles only (#202)
  • Loading branch information
cbourget authored and mbarbeau committed Oct 18, 2018
1 parent 1607612 commit d8cea17
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions projects/common/src/lib/backdrop/backdrop.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@
}

:host > div.igo-backdrop-shown {
display: none;

@include mobile {
display: block;
}
display: block;
}

0 comments on commit d8cea17

Please sign in to comment.