summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/assets/icomoon/style.css
blob: cc5d3fb83c8a536c386195ba3dac944459f89660 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3iboyv');
  src:  url('fonts/icomoon.eot?3iboyv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3iboyv') format('truetype'),
    url('fonts/icomoon.woff?3iboyv') format('woff'),
    url('fonts/icomoon.svg?3iboyv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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

.icon-package:before {
  content: "\e90f";
}
.icon-dictionary:before {
  content: "\e910";
}
.icon-deploy:before {
  content: "\e911";
}
.icon-Upload-attribute:before {
  content: "\e90c";
}
.icon-import-cds:before {
  content: "\e90d";
}
.icon-current-template:before {
  content: "\e90e";
}
.icon-generic-script-mode:before {
  content: "\e900";
}
.icon-clone:before {
  content: "\e901";
}
.icon-delete:before {
  content: "\e902";
}
.icon-designer-mode:before {
  content: "\e903";
}
.icon-scripting-mode:before {
  content: "\e904";
}
.icon-archive:before {
  content: "\e905";
}
.icon-enter:before {
  content: "\e906";
}
.icon-file-code:before {
  content: "\e907";
}
.icon-drag-menu:before {
  content: "\e908";
}
.icon-mapping:before {
  content: "\e909";
}
.icon-template-mapping:before {
  content: "\e90a";
}
.icon-template:before {
  content: "\e90b";
}