Reworking icon demo to show icon names
parent
f62362edfd
commit
a3d38ff740
1544
src/icons/demo.html
1544
src/icons/demo.html
File diff suppressed because it is too large
Load Diff
|
@ -2,9 +2,31 @@
|
|||
@import "../typography/typography";
|
||||
@import "_icons";
|
||||
|
||||
.demo-icon-block {
|
||||
display: flex;
|
||||
min-height: 24px;
|
||||
height: 24px;
|
||||
min-width: 30em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.demo-page--icon .wsk-icon {
|
||||
display: inline-block;
|
||||
font-size: 24px;
|
||||
min-width: 24px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.demo-category {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.demo-icon-name {
|
||||
height: 24px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue