summaryrefslogtreecommitdiffstats
path: root/asset/css/icinga-icons.less
blob: 5b631f961f953b614305ccb6c95749a2aa72d2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@font-face {
  font-family: 'Icinga-Icons';
  src: url('@{iplWebAssets}/font/icinga-icons/fonts/Icinga-Icons.ttf') format('truetype'),
  url('@{iplWebAssets}/font/icinga-icons/fonts/Icinga-Icons.woff') format('woff'),
  url('@{iplWebAssets}/font/icinga-icons/fonts/Icinga-Icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iicon-"]:before, [class*=" iicon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icinga-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iicon-certificate:before {
  content: "\e906";
}
.iicon-filter-check-circle:before {
  content: "\e90b";
}
.iicon-ca-check-circle:before {
  content: "\e908";
}
.iicon-refresh-cert:before {
  content: "\e909";
}
.iicon-th-list:before {
  content: "\e90a";
}
.iicon-icinga:before {
  content: "\e907";
}
.iicon-minimal:before,
.iicon-list-view-minimal:before {
  content: "\e900";
}
.iicon-detailed:before,
.iicon-list-view-detailed:before {
  content: "\e901";
}
.iicon-default:before,
.iicon-list-view-default:before {
  content: "\e902";
}
.iicon-grid:before {
  content: "\e903";
}
.iicon-bracket-open:before {
  content: "\e904";
}
.iicon-bracket-close:before {
  content: "\e905";
}