mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
13 lines
382 B
CSS
Executable File
13 lines
382 B
CSS
Executable File
.icon-fhc-chart{
|
|
background:url('../../../skin/images/Chart.svg') no-repeat center center;
|
|
background-size: 11px 16px;
|
|
}
|
|
.icon-fhc-report{
|
|
background:url('../../../skin/images/Report.svg') no-repeat center center;
|
|
background-size: 11px 16px;
|
|
}
|
|
.icon-fhc-statistik{
|
|
background:url('../../../skin/images/Statistik.svg') no-repeat center center;
|
|
background-size: 11px 16px;
|
|
}
|