aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/styles/change-management-icons.css
blob: 8c4dbd8c501f857b5b47ae5bd83d72a17ebcdc68 (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
82
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?4cilop');
    src:  url('fonts/icomoon.eot?4cilop#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4cilop') format('truetype'),
    url('fonts/icomoon.woff?4cilop') format('woff'),
    url('fonts/icomoon.svg?4cilop#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.changes-management [class^="icon-"],.changes-management [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-finished_d:before {
    content: "\e90c";
    color: #4ca90c;
}
.icon-noun_573805_cc-03:before {
    content: "\e90a";
}
.icon-scedular:before {
    content: "\e90b";
}
.icon-alert:before {
    content: "\e901";
    color: #ffb81c;
    cursor: pointer;
}
.icon-close_hover:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e903";
    color: #5a5a5a;
}
.icon-dearch_hover:before {
    content: "\e904";
    color: #5a5a5a;
}
.icon-pending:before {
    content: "\e905";
    color: #00aeef;
    cursor: pointer;
}
.icon-plus:before {
    content: "\e906";
}
.icon-process:before {
    content: "\e900";
    color: #4ca90c;
    font-size: 17px;
    cursor: pointer;
}
.icon-search:before {
    content: "\e907";
    color: #5a5a5a;
}
.icon-view:before {
    content: "\e908";
    color: #959595;
    font-size: 16px;
    cursor: pointer;
}
.icon-x:before {
    content: "\e909";
    color: #cf2a2a;
    font-size: 12px;
    cursor: pointer;
}