mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Icons: add reports icon (#22445)
This commit is contained in:
parent
3f7b058bea
commit
646b74efbb
3
public/img/icons_dark_theme/icon_reports.svg
Normal file
3
public/img/icons_dark_theme/icon_reports.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
3
public/img/icons_light_theme/icon_reports.svg
Normal file
3
public/img/icons_light_theme/icon_reports.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
@ -214,6 +214,10 @@
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_explore.svg');
|
||||
}
|
||||
|
||||
.gicon-reports {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_reports.svg');
|
||||
}
|
||||
|
||||
.sidemenu {
|
||||
.gicon-dashboard {
|
||||
background-image: url('../img/icons_dark_theme/icon_dashboard.svg');
|
||||
@ -233,6 +237,9 @@
|
||||
.gicon-shield {
|
||||
background-image: url('../img/icons_dark_theme/icon_shield.svg');
|
||||
}
|
||||
.gicon-reports {
|
||||
background-image: url('../img/icons_dark_theme/icon_reports.svg');
|
||||
}
|
||||
}
|
||||
|
||||
// not used
|
||||
|
Loading…
Reference in New Issue
Block a user