mirror of
https://github.com/atisawd/boxicons.git
synced 2025-08-31 03:19:53 +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;
|
||||
font-size: initial;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
:host #icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
:host([size=xs]) {
|
||||
width: 0.8rem;
|
||||
|
Reference in New Issue
Block a user