_icons.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .gicon {
  2. line-height: 1;
  3. display: inline-block;
  4. width: 1.1057142857em;
  5. height: 1.1057142857em;
  6. text-align: center;
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: 100% 100%;
  10. display: inline-block;
  11. vertical-align: middle;
  12. }
  13. .gicon-alert {
  14. background-image: url('../img/icons_#{$theme-name}_theme/icon_alert.svg');
  15. }
  16. .gicon-datasources {
  17. background-image: url('../img/icons_#{$theme-name}_theme/icon_data_sources.svg');
  18. }
  19. .gicon-dashboard {
  20. background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard.svg');
  21. }
  22. .gicon-dashboard-starred {
  23. background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard_fav.svg');
  24. }
  25. .gicon-dashboard-new {
  26. background-image: url('../img/icons_#{$theme-name}_theme/icon_new_dashboard.svg');
  27. }
  28. .gicon-folder-new {
  29. background-image: url('../img/icons_#{$theme-name}_theme/icon_add_folder.svg');
  30. }
  31. .gicon-dashboard-import {
  32. background-image: url('../img/icons_#{$theme-name}_theme/icon_import_dashboard.svg');
  33. }
  34. .gicon-add-panel {
  35. background-image: url('../img/icons_#{$theme-name}_theme/icon_add_panel.svg');
  36. }