Reworking icon demo to show icon names

master
Sérgio Gomes 2015-03-17 15:33:27 +00:00
parent f62362edfd
commit a3d38ff740
2 changed files with 809 additions and 757 deletions

File diff suppressed because it is too large Load Diff

View File

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