diff --git a/dev.box-icon-element.html b/dev.box-icon-element.html new file mode 100644 index 0000000..d2ae04f --- /dev/null +++ b/dev.box-icon-element.html @@ -0,0 +1,110 @@ + + + + + test Custom Element + + + +

Development Page - box-icon Custom Element

+
+
+ Color + Size + rotate + + Flip + + Shape + + Animation + +
+
+ + + + + \ No newline at end of file diff --git a/src/box-icon-element.js b/src/box-icon-element.js index 0d7c4da..be7883c 100644 --- a/src/box-icon-element.js +++ b/src/box-icon-element.js @@ -18,10 +18,8 @@ TEMPLATE.innerHTML = ` display: inline-block; font-size: initial; box-sizing: border-box; -} -:host #icon { - width: 1em; - height: 1em; + width: 24px; + height: 24px; } :host([size=xs]) { width: 0.8rem;