Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
material design metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Aug 15, 2014
1 parent 5ba0ecf commit 29c4e8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions paper-item.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
html /deep/ paper-item {
display: block;
position: relative;
font-size: 16px;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
height: 36px;
padding: 0 12px;
box-sizing: border-box;
height: 48px;
padding: 0 16px;
white-space: nowrap;
}

Expand Down

0 comments on commit 29c4e8c

Please sign in to comment.