icons.scss 405 B

12345678910111213141516171819202122232425262728
  1. .font-school {
  2. font-family: "font-school" !important;
  3. font-size: 16px;
  4. font-style: normal;
  5. -webkit-font-smoothing: antialiased;
  6. -moz-osx-font-smoothing: grayscale;
  7. }
  8. .ss-nav-interaction:before {
  9. content: "\e905";
  10. }
  11. .ss-nav-setting:before {
  12. content: "\e904";
  13. }
  14. .ss-nav-info:before {
  15. content: "\e903";
  16. }
  17. .ss-delete:before {
  18. content: "\e902";
  19. }
  20. .ss-add:before {
  21. content: "\e901";
  22. }