page tools with icon fonts
This commit is contained in:
parent
dc03f1aa3e
commit
9883344795
3 changed files with 99 additions and 24 deletions
|
@ -85,6 +85,11 @@
|
|||
content: '\e80a';
|
||||
}
|
||||
}
|
||||
.icon-link-after{
|
||||
&::after {
|
||||
content: '\e80a';
|
||||
}
|
||||
}
|
||||
|
||||
.icon-bell{
|
||||
&::before {
|
||||
|
@ -212,6 +217,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.icon-doc-text-after{
|
||||
&::after {
|
||||
content: '\f0f6';
|
||||
}
|
||||
}
|
||||
|
||||
.icon-smile{
|
||||
&::before {
|
||||
content: '\f118';
|
||||
|
@ -235,6 +246,11 @@
|
|||
content: '\f12e';
|
||||
}
|
||||
}
|
||||
.icon-puzzle-after {
|
||||
&::after {
|
||||
content: '\f12e';
|
||||
}
|
||||
}
|
||||
|
||||
.icon-file-pdf{
|
||||
&::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue