dev page + default sizes for icon element

This commit is contained in:
Paul T 2018-06-30 17:16:46 -04:00
parent f403027ae3
commit a6b1fcc3b9
2 changed files with 112 additions and 4 deletions

110
dev.box-icon-element.html Normal file

File diff suppressed because one or more lines are too long

View file

@ -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;