Icons: add reports icon (#22445)

This commit is contained in:
Agnès Toulet 2020-02-28 09:51:03 +01:00 committed by GitHub
parent 3f7b058bea
commit 646b74efbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -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