mirror of
https://github.com/atisawd/boxicons.git
synced 2025-09-02 04:02:35 +02:00
dev page + default sizes for icon element
This commit is contained in:
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;
|
display: inline-block;
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
width: 24px;
|
||||||
:host #icon {
|
height: 24px;
|
||||||
width: 1em;
|
|
||||||
height: 1em;
|
|
||||||
}
|
}
|
||||||
:host([size=xs]) {
|
:host([size=xs]) {
|
||||||
width: 0.8rem;
|
width: 0.8rem;
|
||||||
|
Reference in New Issue
Block a user