| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .gicon {
- line-height: 1;
- display: inline-block;
- width: 1.1057142857em;
- height: 1.1057142857em;
- text-align: center;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100% 100%;
- display: inline-block;
- vertical-align: middle;
- }
- .gicon-alert {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_alert.svg');
- }
- .gicon-datasources {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_data_sources.svg');
- }
- .gicon-dashboard {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard.svg');
- }
- .gicon-dashboard-starred {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard_fav.svg');
- }
- .gicon-dashboard-new {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_new_dashboard.svg');
- }
- .gicon-folder-new {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_add_folder.svg');
- }
- .gicon-dashboard-import {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_import_dashboard.svg');
- }
- .gicon-add-panel {
- background-image: url('../img/icons_#{$theme-name}_theme/icon_add_panel.svg');
- }
|