31 lines
476 B
CSS
31 lines
476 B
CSS
.icon-info:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-call:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-user:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-logout:before {
|
|
content: "\e903";
|
|
}
|
|
.icon-navigation:before {
|
|
content: "\e904";
|
|
}
|
|
.icon-flashlight:before {
|
|
content: "\e905";
|
|
}
|
|
.icon-time:before {
|
|
content: "\e906";
|
|
}
|
|
.icon-arrow-right-circle:before {
|
|
content: "\e907";
|
|
}
|
|
.icon-checkbox-circle:before {
|
|
content: "\e908";
|
|
}
|
|
.icon-checkbox-blank-circle:before {
|
|
content: "\e909";
|
|
}
|