Update Typography reference
parent
6a5dd93269
commit
d6e1ba2509
|
@ -140,6 +140,7 @@ a:visited {
|
||||||
speak: none;
|
speak: none;
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bug:before {
|
.icon-bug:before {
|
||||||
content: 'a';
|
content: 'a';
|
||||||
}
|
}
|
||||||
|
@ -264,31 +265,31 @@ a:visited {
|
||||||
content: 'O';
|
content: 'O';
|
||||||
}
|
}
|
||||||
.icon-iocaine:before {
|
.icon-iocaine:before {
|
||||||
content: 'Q';
|
|
||||||
}
|
|
||||||
.icon-archive:before {
|
|
||||||
content: 'T';
|
|
||||||
}
|
|
||||||
.icon-capslock:before {
|
|
||||||
content: 'U';
|
|
||||||
}
|
|
||||||
.icon-upload:before {
|
|
||||||
content: 'V';
|
|
||||||
}
|
|
||||||
.icon-github:before {
|
|
||||||
content: 'W';
|
|
||||||
}
|
|
||||||
.icon-timeline:before {
|
|
||||||
content: 'X';
|
|
||||||
}
|
|
||||||
.icon-scrum:before {
|
|
||||||
content: 'P';
|
content: 'P';
|
||||||
}
|
}
|
||||||
.icon-project:before {
|
.icon-archive:before {
|
||||||
|
content: 'Q';
|
||||||
|
}
|
||||||
|
.icon-capslock:before {
|
||||||
|
content: 'R';
|
||||||
|
}
|
||||||
|
.icon-upload:before {
|
||||||
content: 'S';
|
content: 'S';
|
||||||
}
|
}
|
||||||
|
.icon-github:before {
|
||||||
|
content: 'T';
|
||||||
|
}
|
||||||
|
.icon-timeline:before {
|
||||||
|
content: 'U';
|
||||||
|
}
|
||||||
|
.icon-scrum:before {
|
||||||
|
content: 'V';
|
||||||
|
}
|
||||||
|
.icon-project:before {
|
||||||
|
content: 'W';
|
||||||
|
}
|
||||||
.icon-heart:before {
|
.icon-heart:before {
|
||||||
content: 'R';
|
content: 'X';
|
||||||
}
|
}
|
||||||
.icon-eye:before {
|
.icon-eye:before {
|
||||||
content: 'Y';
|
content: 'Y';
|
||||||
|
|
Loading…
Reference in New Issue