| 12345678910111213141516171819202122232425262728 |
- .font-school {
- font-family: "font-school" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .ss-nav-interaction:before {
- content: "\e905";
- }
- .ss-nav-setting:before {
- content: "\e904";
- }
- .ss-nav-info:before {
- content: "\e903";
- }
- .ss-delete:before {
- content: "\e902";
- }
- .ss-add:before {
- content: "\e901";
- }
|