Skip to content

Commit

Permalink
Add reusable tile styling #1450
Browse files Browse the repository at this point in the history
  • Loading branch information
ltwheeler committed Dec 1, 2017
1 parent 12cac86 commit 8feed69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/shared/directives/ipaTile/ipaTile.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.ipa-tile {
padding: 5px 25px 10px 25px;
background-color: white;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

0 comments on commit 8feed69

Please sign in to comment.