Skip to content

Commit

Permalink
update icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsai-j committed Sep 12, 2016
1 parent c1604b6 commit 5429764
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gl-styles",
"description": "gl-style for web components",
"version": "0.0.6",
"version": "0.0.7",
"main": "gl-color.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0"
Expand Down
10 changes: 9 additions & 1 deletion gl-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@

--gl-padding: 15px;
--gl-padding-btn: 10px 15px 10px 15px;
--gl-btn-min-hight: 40px;
--gl-btn-min-hight: 35px;
--gl-btn-min-width: 100px;
--gl-btn-margin:5px 10px 5px 10px;

--gl-icon-hight:22px;
--gl-icon-width:22px;
}
/*bg*/
.gl-bg-primary {
Expand Down Expand Up @@ -102,6 +105,11 @@
margin: var(--gl-btn-margin);
}
/*end btn*/
.gl-icon-size {
height:var(--gl-icon-hight);
width:var(--gl-icon-width);
padding-right: 5px;
}
</style>
</template>

Expand Down

0 comments on commit 5429764

Please sign in to comment.