mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
dev page + default sizes for icon element
This commit is contained in:
parent
f403027ae3
commit
a6b1fcc3b9
2 changed files with 112 additions and 4 deletions
110
dev.box-icon-element.html
Normal file
110
dev.box-icon-element.html
Normal file
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue