From 542976468fdd6ab2cd4b8b18011e9da34a75dc8e Mon Sep 17 00:00:00 2001 From: tonsai-j Date: Mon, 12 Sep 2016 13:40:57 +0700 Subject: [PATCH] update icon size --- bower.json | 2 +- gl-color.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c9704b9..0e55426 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/gl-color.html b/gl-color.html index 17fa2fb..4a39306 100644 --- a/gl-color.html +++ b/gl-color.html @@ -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 { @@ -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; + }