Skip to content

Commit

Permalink
update btn-defalse
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsai-j committed Dec 13, 2016
1 parent c5f09e5 commit cf807c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.19",
"version": "0.0.20",
"main": "gl-color.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0"
Expand Down
7 changes: 7 additions & 0 deletions gl-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
}
/*end bg */
/*btn*/
.gl-btn-defalse {
background-color: var(--gl-white-color);
color: black;
min-height:var(--gl-btn-min-hight);
min-width:var(--gl-btn-min-width);
margin: var(--gl-btn-margin);
}
.gl-btn-primary {
background-color: var(--gl-primary-color);
color: var(--gl-white-color);
Expand Down

0 comments on commit cf807c1

Please sign in to comment.