Commit 646b74ef by Agnès Toulet Committed by GitHub

Icons: add reports icon (#22445)

parent 3f7b058b
...@@ -214,6 +214,10 @@ ...@@ -214,6 +214,10 @@
background-image: url('../img/icons_#{$theme-name}_theme/icon_explore.svg'); 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 { .sidemenu {
.gicon-dashboard { .gicon-dashboard {
background-image: url('../img/icons_dark_theme/icon_dashboard.svg'); background-image: url('../img/icons_dark_theme/icon_dashboard.svg');
...@@ -233,6 +237,9 @@ ...@@ -233,6 +237,9 @@
.gicon-shield { .gicon-shield {
background-image: url('../img/icons_dark_theme/icon_shield.svg'); background-image: url('../img/icons_dark_theme/icon_shield.svg');
} }
.gicon-reports {
background-image: url('../img/icons_dark_theme/icon_reports.svg');
}
} }
// not used // not used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment