Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubin authored and Ben Rubin committed Jul 2, 2016
1 parent 451d2dc commit 1f5a9a6
Show file tree
Hide file tree
Showing 6 changed files with 322 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-material-expansion-panel",
"version": "0.2.0",
"version": "0.3.0",
"description": "Material Design Expansion Panels.",
"main": [
"dist/md-expansion-panels.js",
Expand Down
1 change: 1 addition & 0 deletions dist/md-expansion-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ md-expansion-panel {
outline: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24); }
md-expansion-panel.md-open {
margin-top: 16px;
Expand Down
Loading

0 comments on commit 1f5a9a6

Please sign in to comment.